Tomcat support for upgrading an {@link HttpServletRequest} during a WebSocket handshake.To modify properties of the underlying {@link javax.websocket.server.ServerContainer}you can use {@link ServletServerContainerFactoryBean} in XML configuration or,when using Java configuration, access the container instance through the "javax.websocket.server.ServerContainer" ServletContext attribute.
@author Rossen Stoyanchev
@since 4.0
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.