@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 |
nonApplicationRootPath
The HTTP root path for non application endpoints.
|
boolean |
redirectToNonApplicationRootPath
Whether to redirect non application endpoints from previous location off the root to the
new non application root 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
@ConfigItem(defaultValue="/q") public String nonApplicationRootPath
@ConfigItem(defaultValue="true") public boolean redirectToNonApplicationRootPath
Copyright © 2021 JBoss by Red Hat. All rights reserved.