Uses of Class
dev.snowdrop.vertx.http.server.properties.HttpServerProperties
-
Packages that use HttpServerProperties Package Description dev.snowdrop.vertx.http.server -
-
Uses of HttpServerProperties in dev.snowdrop.vertx.http.server
Methods in dev.snowdrop.vertx.http.server with parameters of type HttpServerProperties Modifier and Type Method Description VertxReactiveWebServerFactoryServerAutoConfiguration. vertxReactiveWebServerFactory(io.vertx.core.Vertx vertx, HttpServerProperties properties)org.springframework.web.reactive.socket.server.WebSocketServiceServerAutoConfiguration. webSocketService(HttpServerProperties properties)Constructors in dev.snowdrop.vertx.http.server with parameters of type HttpServerProperties Constructor Description VertxReactiveWebServerFactory(io.vertx.core.Vertx vertx, HttpServerProperties properties)
-