Class Http2ReceiveListener
java.lang.Object
io.undertow.server.protocol.http2.Http2ReceiveListener
- All Implemented Interfaces:
EventListener
,org.xnio.ChannelListener<Http2Channel>
The recieve listener for a Http2 connection.
A new instance is created per connection.
- Author:
- Stuart Douglas
-
Nested Class Summary
-
Constructor Summary
ConstructorsConstructorDescriptionHttp2ReceiveListener
(HttpHandler rootHandler, org.xnio.OptionMap undertowOptions, int bufferSize, ConnectorStatisticsImpl connectorStatistics) -
Method Summary
-
Constructor Details
-
Http2ReceiveListener
public Http2ReceiveListener(HttpHandler rootHandler, org.xnio.OptionMap undertowOptions, int bufferSize, ConnectorStatisticsImpl connectorStatistics)
-
-
Method Details
-
handleEvent
- Specified by:
handleEvent
in interfaceorg.xnio.ChannelListener<Http2Channel>
-