类 UndertowRequestUpgradeStrategy

  • 所有已实现的接口:
    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.

    从以下版本开始:
    4.0.1
    作者:
    Rossen Stoyanchev