@ConfigRoot(name="http", phase=BUILD_AND_RUN_TIME_FIXED) public class HttpBuildTimeConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
AuthConfig |
auth |
String |
consolePath
The HTTP console path.
|
String |
rootPath
The HTTP root path.
|
io.vertx.core.http.ClientAuth |
tlsClientAuth
Configures the engine to require/request client authentication.
|
boolean |
virtual
If this is true then only a virtual channel will be set up for vertx web.
|
| Constructor and Description |
|---|
HttpBuildTimeConfig() |
@ConfigItem(defaultValue="/") public String rootPath
public AuthConfig auth
@ConfigItem(name="ssl.client-auth", defaultValue="NONE") public io.vertx.core.http.ClientAuth tlsClientAuth
@ConfigItem public boolean virtual
@ConfigItem(defaultValue="/quarkus") public String consolePath
Copyright © 2020 JBoss by Red Hat. All rights reserved.