@Configuration @ConditionalOnClass(value={javax.servlet.Servlet.class,javax.websocket.server.ServerContainer.class}) @ConditionalOnWebApplication public class WebSocketAutoConfiguration extends Object
If Tomcat's WebSocket support is detected on the classpath we add a customizer that installs the Tomcat Websocket initializer. In a non-embedded container it should already be there.
If Jetty's WebSocket support is detected on the classpath we add a configuration that configures the context with WebSocket support. In a non-embedded container it should already be there.
If Undertow's WebSocket support is detected on the classpath we add a customizer that installs the Undertow Websocket DeploymentInfo Customizer. In a non-embedded container it should already be there.
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.