Class GlassFishRequestUpgradeStrategy
java.lang.Object
org.springframework.web.socket.server.standard.AbstractStandardUpgradeStrategy
org.springframework.web.socket.server.standard.AbstractTyrusRequestUpgradeStrategy
org.springframework.web.socket.server.standard.GlassFishRequestUpgradeStrategy
- All Implemented Interfaces:
- RequestUpgradeStrategy
A WebSocket 
RequestUpgradeStrategy for Oracle's GlassFish 4.1 and higher.- Since:
- 4.0
- Author:
- Rossen Stoyanchev, Juergen Hoeller, Michael Irwin
- 
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- 
GlassFishRequestUpgradeStrategypublic GlassFishRequestUpgradeStrategy()
 
- 
- 
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
 
 
-