Class Http2UpgradeHandler

java.lang.Object
io.undertow.server.protocol.http2.Http2UpgradeHandler
All Implemented Interfaces:
HttpHandler

public class Http2UpgradeHandler extends Object implements HttpHandler
Upgrade listener for HTTP2, this allows connections to be established using the upgrade mechanism as detailed in Section 3.2. This should always be the first handler in a handler chain.
Author:
Stuart Douglas