public class SpdyReceiveListener extends Object implements ChannelListener<SpdyChannel>
A new instance is created per connection.
ChannelListener.Setter<T extends Channel>, ChannelListener.SimpleSetter<T extends Channel>
Constructor and Description |
---|
SpdyReceiveListener(HttpHandler rootHandler,
OptionMap undertowOptions,
int bufferSize,
ConnectorStatisticsImpl connectorStatistics) |
Modifier and Type | Method and Description |
---|---|
void |
handleEvent(SpdyChannel channel)
Handle the event on this channel.
|
public SpdyReceiveListener(HttpHandler rootHandler, OptionMap undertowOptions, int bufferSize, ConnectorStatisticsImpl connectorStatistics)
public void handleEvent(SpdyChannel channel)
ChannelListener
handleEvent
in interface ChannelListener<SpdyChannel>
channel
- the channel eventCopyright © 2016 JBoss by Red Hat. All rights reserved.