Uses of Class
io.quarkus.vertx.http.runtime.HttpConfiguration
-
Packages that use HttpConfiguration Package Description io.quarkus.vertx.http.runtime io.quarkus.vertx.http.runtime.cors io.quarkus.vertx.http.runtime.options io.quarkus.vertx.http.runtime.security -
-
Uses of HttpConfiguration in io.quarkus.vertx.http.runtime
Fields in io.quarkus.vertx.http.runtime with type parameters of type HttpConfiguration Modifier and Type Field Description (package private) RuntimeValue<HttpConfiguration>StaticResourcesRecorder. httpConfiguration(package private) RuntimeValue<HttpConfiguration>VertxHttpRecorder. httpConfigurationConstructor parameters in io.quarkus.vertx.http.runtime with type arguments of type HttpConfiguration Constructor Description StaticResourcesRecorder(RuntimeValue<HttpConfiguration> httpConfiguration, HttpBuildTimeConfig httpBuildTimeConfig)VertxHttpRecorder(HttpBuildTimeConfig httpBuildTimeConfig, ManagementInterfaceBuildTimeConfig managementBuildTimeConfig, RuntimeValue<HttpConfiguration> httpConfiguration, RuntimeValue<ManagementInterfaceConfiguration> managementConfiguration) -
Uses of HttpConfiguration in io.quarkus.vertx.http.runtime.cors
Fields in io.quarkus.vertx.http.runtime.cors declared as HttpConfiguration Modifier and Type Field Description (package private) HttpConfigurationCORSRecorder. configurationConstructors in io.quarkus.vertx.http.runtime.cors with parameters of type HttpConfiguration Constructor Description CORSRecorder(HttpConfiguration configuration) -
Uses of HttpConfiguration in io.quarkus.vertx.http.runtime.options
Methods in io.quarkus.vertx.http.runtime.options with parameters of type HttpConfiguration Modifier and Type Method Description static voidHttpServerOptionsUtils. applyCommonOptions(io.vertx.core.http.HttpServerOptions httpServerOptions, HttpBuildTimeConfig buildTimeConfig, HttpConfiguration httpConfiguration, List<String> websocketSubProtocols)static io.vertx.core.http.HttpServerOptionsHttpServerOptionsUtils. createSslOptions(HttpBuildTimeConfig buildTimeConfig, HttpConfiguration httpConfiguration, LaunchMode launchMode, List<String> websocketSubProtocols)Get anHttpServerOptionsfor this server configuration, or null if SSL should not be enabled -
Uses of HttpConfiguration in io.quarkus.vertx.http.runtime.security
Fields in io.quarkus.vertx.http.runtime.security with type parameters of type HttpConfiguration Modifier and Type Field Description (package private) RuntimeValue<HttpConfiguration>HttpSecurityRecorder. httpConfigurationConstructor parameters in io.quarkus.vertx.http.runtime.security with type arguments of type HttpConfiguration Constructor Description HttpSecurityRecorder(RuntimeValue<HttpConfiguration> httpConfiguration, HttpBuildTimeConfig buildTimeConfig)
-