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 Summary
Fields inherited from class org.springframework.web.socket.server.standard.AbstractStandardUpgradeStrategy
logger
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
handleSuccess
(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, upgradeInternal
Methods inherited from class org.springframework.web.socket.server.standard.AbstractStandardUpgradeStrategy
getContainer, getHttpServletRequest, getHttpServletResponse, getSupportedExtensions, upgrade
-
Constructor Details
-
WebLogicRequestUpgradeStrategy
public WebLogicRequestUpgradeStrategy()
-
-
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:
handleSuccess
in classAbstractTyrusRequestUpgradeStrategy
- Throws:
IOException
ServletException
-