Uses of Interface
dev.snowdrop.vertx.http.server.properties.HttpServerOptionsCustomizer
-
Packages that use HttpServerOptionsCustomizer Package Description dev.snowdrop.vertx.http.server dev.snowdrop.vertx.http.server.properties -
-
Uses of HttpServerOptionsCustomizer in dev.snowdrop.vertx.http.server
Methods in dev.snowdrop.vertx.http.server with parameters of type HttpServerOptionsCustomizer Modifier and Type Method Description voidVertxReactiveWebServerFactory. registerHttpServerOptionsCustomizer(HttpServerOptionsCustomizer customizer)Method parameters in dev.snowdrop.vertx.http.server with type arguments of type HttpServerOptionsCustomizer Modifier and Type Method Description VertxReactiveWebServerFactoryCustomizerServerAutoConfiguration. vertxWebServerFactoryCustomizer(Set<HttpServerOptionsCustomizer> userDefinedCustomizers)Constructor parameters in dev.snowdrop.vertx.http.server with type arguments of type HttpServerOptionsCustomizer Constructor Description VertxReactiveWebServerFactoryCustomizer(Set<HttpServerOptionsCustomizer> userDefinedCustomizers) -
Uses of HttpServerOptionsCustomizer in dev.snowdrop.vertx.http.server.properties
Classes in dev.snowdrop.vertx.http.server.properties that implement HttpServerOptionsCustomizer Modifier and Type Class Description classAddressCustomizerclassCompressionCustomizerclassPortCustomizerclassSslCustomizer
-