public class Http2ReceiveListener extends Object implements org.xnio.ChannelListener<Http2Channel>
A new instance is created per connection.
Constructor and Description |
---|
Http2ReceiveListener(HttpHandler rootHandler, org.xnio.OptionMap undertowOptions, int bufferSize, ConnectorStatisticsImpl connectorStatistics) |
Modifier and Type | Method and 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 © 2020 JBoss by Red Hat. All rights reserved.