Class WebSphereRequestUpgradeStrategy
java.lang.Object
org.springframework.web.socket.server.standard.AbstractStandardUpgradeStrategy
org.springframework.web.socket.server.standard.StandardWebSocketUpgradeStrategy
org.springframework.web.socket.server.standard.WebSphereRequestUpgradeStrategy
- All Implemented Interfaces:
- RequestUpgradeStrategy
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
- 
Field SummaryFields inherited from class org.springframework.web.socket.server.standard.AbstractStandardUpgradeStrategylogger
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidupgradeHttpToWebSocket(HttpServletRequest request, HttpServletResponse response, ServerEndpointConfig endpointConfig, Map<String, String> pathParams) Methods inherited from class org.springframework.web.socket.server.standard.StandardWebSocketUpgradeStrategygetSupportedVersions, upgradeInternalMethods inherited from class org.springframework.web.socket.server.standard.AbstractStandardUpgradeStrategygetContainer, getHttpServletRequest, getHttpServletResponse, getInstalledExtensions, getSupportedExtensions, upgrade
- 
Constructor Details- 
WebSphereRequestUpgradeStrategypublic WebSphereRequestUpgradeStrategy()
 
- 
- 
Method Details- 
upgradeHttpToWebSocketprotected void upgradeHttpToWebSocket(HttpServletRequest request, HttpServletResponse response, ServerEndpointConfig endpointConfig, Map<String, String> pathParams) throws Exception- Overrides:
- upgradeHttpToWebSocketin class- StandardWebSocketUpgradeStrategy
- Throws:
- Exception
 
 
-