Class UndertowRequestUpgradeStrategy

java.lang.Object
org.springframework.web.socket.server.standard.AbstractStandardUpgradeStrategy
org.springframework.web.socket.server.standard.UndertowRequestUpgradeStrategy
All Implemented Interfaces:
RequestUpgradeStrategy

public class UndertowRequestUpgradeStrategy extends AbstractStandardUpgradeStrategy
A WebSocket RequestUpgradeStrategy for WildFly and its underlying Undertow web server. Also compatible with embedded Undertow usage.

Requires Undertow 1.3.5+ as of Spring Framework 5.0.

Since:
4.0.1
Author:
Rossen Stoyanchev