public class VertxHttpRecorder extends Object
| Modifier and Type | Field and Description |
|---|---|
static io.quarkus.netty.runtime.virtual.VirtualAddress |
VIRTUAL_HTTP |
protected static io.netty.bootstrap.ServerBootstrap |
virtualBootstrap |
| Constructor and Description |
|---|
VertxHttpRecorder() |
| Modifier and Type | Method and Description |
|---|---|
void |
finalizeRouter(io.quarkus.arc.runtime.BeanContainer container,
io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest> defaultRouteHandler,
List<io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>> filters,
LaunchMode launchMode,
ShutdownContext shutdown) |
static io.vertx.ext.web.Router |
getRouter() |
RuntimeValue<io.vertx.ext.web.Router> |
initializeRouter(RuntimeValue<io.vertx.core.Vertx> vertxRuntimeValue,
ShutdownContext shutdown,
HttpConfiguration httpConfiguration,
LaunchMode launchMode,
boolean startVirtual,
boolean startSocket,
Supplier<Integer> eventLoops) |
static void |
setHotReplacement(io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> handler) |
static void |
shutDownDevMode() |
static void |
startServerAfterFailedStart() |
void |
warnIfPortChanged(HttpConfiguration config,
int port) |
protected static io.netty.bootstrap.ServerBootstrap virtualBootstrap
public static io.quarkus.netty.runtime.virtual.VirtualAddress VIRTUAL_HTTP
public static void setHotReplacement(io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> handler)
public static void shutDownDevMode()
public static void startServerAfterFailedStart()
public RuntimeValue<io.vertx.ext.web.Router> initializeRouter(RuntimeValue<io.vertx.core.Vertx> vertxRuntimeValue, ShutdownContext shutdown, HttpConfiguration httpConfiguration, LaunchMode launchMode, boolean startVirtual, boolean startSocket, Supplier<Integer> eventLoops) throws IOException
IOExceptionpublic void finalizeRouter(io.quarkus.arc.runtime.BeanContainer container,
io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest> defaultRouteHandler,
List<io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>> filters,
LaunchMode launchMode,
ShutdownContext shutdown)
public void warnIfPortChanged(HttpConfiguration config, int port)
public static io.vertx.ext.web.Router getRouter()
Copyright © 2019 JBoss by Red Hat. All rights reserved.