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 Summary
Fields inherited from class org.springframework.web.socket.server.standard.AbstractStandardUpgradeStrategy
logger - 
Constructor Summary
Constructors - 
Method Summary
Modifier 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.AbstractTyrusRequestUpgradeStrategy
getInstalledExtensions, getSupportedVersions, upgradeInternalMethods inherited from class org.springframework.web.socket.server.standard.AbstractStandardUpgradeStrategy
getContainer, getHttpServletRequest, getHttpServletResponse, getSupportedExtensions, upgrade 
- 
Constructor Details
- 
GlassFishRequestUpgradeStrategy
public GlassFishRequestUpgradeStrategy() 
 - 
 - 
Method Details
- 
handleSuccess
protected 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 classAbstractTyrusRequestUpgradeStrategy- Throws:
 IOExceptionServletException
 
 -