Uses of Class
io.quarkus.vertx.http.runtime.management.ManagementInterfaceConfiguration
-
Packages that use ManagementInterfaceConfiguration Package Description io.quarkus.vertx.http.runtime io.quarkus.vertx.http.runtime.management io.quarkus.vertx.http.runtime.options -
-
Uses of ManagementInterfaceConfiguration in io.quarkus.vertx.http.runtime
Fields in io.quarkus.vertx.http.runtime with type parameters of type ManagementInterfaceConfiguration Modifier and Type Field Description (package private) RuntimeValue<ManagementInterfaceConfiguration>VertxHttpRecorder. managementConfiguration -
Uses of ManagementInterfaceConfiguration in io.quarkus.vertx.http.runtime.management
Fields in io.quarkus.vertx.http.runtime.management with type parameters of type ManagementInterfaceConfiguration Modifier and Type Field Description (package private) RuntimeValue<ManagementInterfaceConfiguration>ManagementInterfaceSecurityRecorder. httpConfigurationConstructor parameters in io.quarkus.vertx.http.runtime.management with type arguments of type ManagementInterfaceConfiguration Constructor Description ManagementInterfaceSecurityRecorder(RuntimeValue<ManagementInterfaceConfiguration> httpConfiguration, ManagementInterfaceBuildTimeConfig buildTimeConfig) -
Uses of ManagementInterfaceConfiguration in io.quarkus.vertx.http.runtime.options
Methods in io.quarkus.vertx.http.runtime.options with parameters of type ManagementInterfaceConfiguration Modifier and Type Method Description static voidHttpServerOptionsUtils. applyCommonOptionsForManagementInterface(io.vertx.core.http.HttpServerOptions options, ManagementInterfaceBuildTimeConfig buildTimeConfig, ManagementInterfaceConfiguration httpConfiguration, List<String> websocketSubProtocols)static io.vertx.core.http.HttpServerOptionsHttpServerOptionsUtils. createSslOptionsForManagementInterface(ManagementInterfaceBuildTimeConfig buildTimeConfig, ManagementInterfaceConfiguration httpConfiguration, LaunchMode launchMode, List<String> websocketSubProtocols)Get anHttpServerOptionsfor this server configuration, or null if SSL should not be enabled
-