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