Class Http2UpgradeHandler
java.lang.Object
io.undertow.server.protocol.http2.Http2UpgradeHandler
- All Implemented Interfaces:
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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
handleRequest
(HttpServerExchange exchange) Handle the request.
-
Constructor Details
-
Http2UpgradeHandler
-
Http2UpgradeHandler
-
-
Method Details
-
handleRequest
Description copied from interface:HttpHandler
Handle the request.- Specified by:
handleRequest
in interfaceHttpHandler
- Parameters:
exchange
- the HTTP request/response exchange- Throws:
Exception
-