Class 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.

    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.

    Since:
    4.0.1
    Author:
    Rossen Stoyanchev