@Configuration @AutoConfigureOrder(value=-2147483648) @ConditionalOnWebApplication(type=REACTIVE) @ConditionalOnClass(value=org.springframework.http.ReactiveHttpInputMessage.class) @ConditionalOnMissingBean(value=org.springframework.boot.web.reactive.server.ReactiveWebServerFactory.class) @EnableConfigurationProperties(value=HttpServerProperties.class) public class ServerAutoConfiguration extends Object
| Constructor and Description |
|---|
ServerAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
VertxReactiveWebServerFactory |
vertxReactiveWebServerFactory(io.vertx.core.Vertx vertx,
HttpServerProperties properties) |
VertxReactiveWebServerFactoryCustomizer |
vertxWebServerFactoryCustomizer(Set<HttpServerOptionsCustomizer> userDefinedCustomizers) |
org.springframework.web.reactive.socket.server.support.WebSocketHandlerAdapter |
webSocketHandlerAdapter(org.springframework.web.reactive.socket.server.WebSocketService webSocketService) |
org.springframework.web.reactive.socket.server.WebSocketService |
webSocketService() |
@Bean public VertxReactiveWebServerFactory vertxReactiveWebServerFactory(io.vertx.core.Vertx vertx, HttpServerProperties properties)
@Bean public VertxReactiveWebServerFactoryCustomizer vertxWebServerFactoryCustomizer(Set<HttpServerOptionsCustomizer> userDefinedCustomizers)
@Bean public org.springframework.web.reactive.socket.server.WebSocketService webSocketService()
@Bean public org.springframework.web.reactive.socket.server.support.WebSocketHandlerAdapter webSocketHandlerAdapter(org.springframework.web.reactive.socket.server.WebSocketService webSocketService)
Copyright © 2020. All rights reserved.