EventListener, org.xnio.ChannelListener<Http2Channel>public class Http2ReceiveListener extends Object implements org.xnio.ChannelListener<Http2Channel>
A new instance is created per connection.
| Constructor | Description |
|---|---|
Http2ReceiveListener(HttpHandler rootHandler,
org.xnio.OptionMap undertowOptions,
int bufferSize,
ConnectorStatisticsImpl connectorStatistics) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
handleEvent(Http2Channel channel) |
public Http2ReceiveListener(HttpHandler rootHandler, org.xnio.OptionMap undertowOptions, int bufferSize, ConnectorStatisticsImpl connectorStatistics)
public void handleEvent(Http2Channel channel)
handleEvent in interface org.xnio.ChannelListener<Http2Channel>Copyright © 2018. All rights reserved.