Class TomcatRequestUpgradeStrategy

java.lang.Object
org.springframework.web.socket.server.standard.AbstractStandardUpgradeStrategy
org.springframework.web.socket.server.standard.TomcatRequestUpgradeStrategy
All Implemented Interfaces:
RequestUpgradeStrategy

public class TomcatRequestUpgradeStrategy extends AbstractStandardUpgradeStrategy
A WebSocket RequestUpgradeStrategy for Apache Tomcat. Compatible with all versions of Tomcat that support JSR-356, i.e. Tomcat 7.0.47+ and higher.

To modify properties of the underlying ServerContainer you can use ServletServerContainerFactoryBean in XML configuration or, when using Java configuration, access the container instance through the "jakarta.websocket.server.ServerContainer" ServletContext attribute.

Since:
4.0
Author:
Rossen Stoyanchev