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.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>VertxHttpRecorder. httpConfigurationMethods in io.quarkus.vertx.http.runtime with parameters of type HttpConfiguration Modifier and Type Method Description static ForwardingProxyOptionsForwardingProxyOptions. from(HttpConfiguration httpConfiguration)voidVertxHttpRecorder. warnIfPortChanged(HttpConfiguration config, int port)Constructor parameters in io.quarkus.vertx.http.runtime with type arguments of type HttpConfiguration Constructor Description VertxHttpRecorder(HttpBuildTimeConfig httpBuildTimeConfig, RuntimeValue<HttpConfiguration> httpConfiguration) -
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.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)
-