Class WebLogicRequestUpgradeStrategy
java.lang.Object
org.springframework.web.socket.server.standard.AbstractStandardUpgradeStrategy
org.springframework.web.socket.server.standard.AbstractTyrusRequestUpgradeStrategy
org.springframework.web.socket.server.standard.WebLogicRequestUpgradeStrategy
- All Implemented Interfaces:
- RequestUpgradeStrategy
A WebSocket 
RequestUpgradeStrategy for Oracle's WebLogic.
 Supports 12.1.3 as well as 12.2.1, as of Spring Framework 4.2.3.- Since:
- 4.1
- Author:
- Rossen Stoyanchev, Juergen Hoeller
- 
Field SummaryFields inherited from class org.springframework.web.socket.server.standard.AbstractStandardUpgradeStrategylogger
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidhandleSuccess(HttpServletRequest request, HttpServletResponse response, org.glassfish.tyrus.spi.WebSocketEngine.UpgradeInfo upgradeInfo, org.glassfish.tyrus.core.TyrusUpgradeResponse upgradeResponse) Methods inherited from class org.springframework.web.socket.server.standard.AbstractTyrusRequestUpgradeStrategygetInstalledExtensions, getSupportedVersions, upgradeInternalMethods inherited from class org.springframework.web.socket.server.standard.AbstractStandardUpgradeStrategygetContainer, getHttpServletRequest, getHttpServletResponse, getSupportedExtensions, upgrade
- 
Constructor Details- 
WebLogicRequestUpgradeStrategypublic WebLogicRequestUpgradeStrategy()
 
- 
- 
Method Details- 
handleSuccessprotected void handleSuccess(HttpServletRequest request, HttpServletResponse response, org.glassfish.tyrus.spi.WebSocketEngine.UpgradeInfo upgradeInfo, org.glassfish.tyrus.core.TyrusUpgradeResponse upgradeResponse) throws IOException, ServletException - Specified by:
- handleSuccessin class- AbstractTyrusRequestUpgradeStrategy
- Throws:
- IOException
- ServletException
 
 
-