Generated by
JDiff

Class org.springframework.web.socket.server.standard.GlassFishRequestUpgradeStrategy

The superclass changed from org.springframework.web.socket.server.standard.AbstractStandardUpgradeStrategy to org.springframework.web.socket.server.standard.AbstractTyrusRequestUpgradeStrategy.

Removed Methods
WebSocketApplication createTyrusEndpoint(EndpointWrapper)  
 

Added Methods
TyrusEndpointHelper getEndpointHelper()  
void handleSuccess(HttpServletRequest, HttpServletResponse, UpgradeInfo, TyrusUpgradeResponse)  
 

Changed Methods
List<WebSocketExtension> getInstalledExtensions(WebSocketContainer) Method was locally defined, but is now inherited from AbstractTyrusRequestUpgradeStrategy.  
String[] getSupportedVersions() Method was locally defined, but is now inherited from AbstractTyrusRequestUpgradeStrategy.  
void upgradeInternal(ServerHttpRequest, ServerHttpResponse, String, List<Extension>, Endpoint) Method was locally defined, but is now inherited from AbstractTyrusRequestUpgradeStrategy.