@Configuration @ConditionalOnClass(value={javax.servlet.Servlet.class,javax.websocket.server.ServerContainer.class}) @ConditionalOnWebApplication(type=REACTIVE) @AutoConfigureBefore(value=ReactiveWebServerFactoryAutoConfiguration.class) public class WebSocketReactiveAutoConfiguration extends Object
If Tomcat's WebSocket support is detected on the classpath we add a customizer that installs the Tomcat WebSocket initializer.
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.