| Package | Description |
|---|---|
| io.quarkus.vertx.http.runtime | |
| io.quarkus.vertx.http.runtime.cors | |
| io.quarkus.vertx.http.runtime.security |
| Modifier and Type | Method and Description |
|---|---|
io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> |
VertxHttpRecorder.createBodyHandler(HttpConfiguration httpConfiguration) |
void |
VertxHttpRecorder.startServer(RuntimeValue<io.vertx.core.Vertx> vertxRuntimeValue,
ShutdownContext shutdown,
HttpConfiguration httpConfiguration,
LaunchMode launchMode,
boolean startVirtual,
boolean startSocket,
Supplier<Integer> ioThreads,
String websocketSubProtocols) |
void |
VertxHttpRecorder.warnIfPortChanged(HttpConfiguration config,
int port) |
| Modifier and Type | Method and Description |
|---|---|
io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> |
CORSRecorder.corsHandler(HttpConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
void |
FormAuthenticationMechanism.init(HttpConfiguration httpConfiguration,
HttpBuildTimeConfig buildTimeConfig) |
void |
HttpSecurityRecorder.setupFormAuth(io.quarkus.arc.runtime.BeanContainer container,
HttpConfiguration httpConfiguration,
HttpBuildTimeConfig buildTimeConfig) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.