Class ServerAutoConfiguration


  • @Configuration
    @AutoConfigureOrder(-2147483648)
    @ConditionalOnWebApplication(type=REACTIVE)
    @ConditionalOnClass(org.springframework.http.ReactiveHttpInputMessage.class)
    @ConditionalOnMissingBean(org.springframework.boot.web.reactive.server.ReactiveWebServerFactory.class)
    @EnableConfigurationProperties(HttpServerProperties.class)
    public class ServerAutoConfiguration
    extends Object
    • Constructor Detail

      • ServerAutoConfiguration

        public ServerAutoConfiguration()
    • Method Detail

      • webSocketService

        @Bean
        public org.springframework.web.reactive.socket.server.WebSocketService webSocketService​(HttpServerProperties properties)
      • webSocketHandlerAdapter

        @Bean
        public org.springframework.web.reactive.socket.server.support.WebSocketHandlerAdapter webSocketHandlerAdapter​(org.springframework.web.reactive.socket.server.WebSocketService webSocketService)