@AutoConfiguration(before=ReactiveWebServerFactoryAutoConfiguration.class) @ConditionalOnClass(value={javax.servlet.Servlet.class,javax.websocket.server.ServerContainer.class}) @ConditionalOnWebApplication(type=REACTIVE) 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.