public class UndertowRequestUpgradeStrategy extends AbstractStandardUpgradeStrategy
RequestUpgradeStrategy for WildFly and its underlying
 Undertow web server. Also compatible with embedded Undertow usage.
 Designed for Undertow 1.3.5+ as of Spring Framework 4.3, with a fallback strategy for Undertow 1.0 to 1.3 - as included in WildFly 8.x, 9 and 10.
logger| Constructor and Description | 
|---|
UndertowRequestUpgradeStrategy()  | 
| Modifier and Type | Method and Description | 
|---|---|
io.undertow.websockets.jsr.ServerWebSocketContainer | 
getContainer(HttpServletRequest request)  | 
String[] | 
getSupportedVersions()
Return the supported WebSocket protocol versions. 
 | 
protected void | 
upgradeInternal(ServerHttpRequest request,
               ServerHttpResponse response,
               String selectedProtocol,
               List<Extension> selectedExtensions,
               Endpoint endpoint)  | 
getHttpServletRequest, getHttpServletResponse, getInstalledExtensions, getSupportedExtensions, upgradepublic String[] getSupportedVersions()
RequestUpgradeStrategyprotected void upgradeInternal(ServerHttpRequest request, ServerHttpResponse response, String selectedProtocol, List<Extension> selectedExtensions, Endpoint endpoint) throws HandshakeFailureException
upgradeInternal in class AbstractStandardUpgradeStrategyHandshakeFailureExceptionpublic io.undertow.websockets.jsr.ServerWebSocketContainer getContainer(HttpServletRequest request)
getContainer in class AbstractStandardUpgradeStrategy