Class WebSphereRequestUpgradeStrategy

All Implemented Interfaces:
RequestUpgradeStrategy

public class WebSphereRequestUpgradeStrategy extends StandardWebSocketUpgradeStrategy
WebSphere support for upgrading an HttpServletRequest during a WebSocket handshake. 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 "javax.websocket.server.ServerContainer" ServletContext attribute.
Since:
4.2.1
Author:
Rossen Stoyanchev, Juergen Hoeller