public class TcpServerHandler extends ServerHandler implements TcpHandlers
| Constructor and Description |
|---|
TcpServerHandler(NettyTransport _transport,
scala.concurrent.Future<Transport.AssociationEventListener> _associationListenerFuture) |
| Modifier and Type | Method and Description |
|---|---|
void |
onConnect(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.ChannelStateEvent e) |
initInbound, transportchannelBound, channelClosed, channelConnected, channelDisconnected, channelInterestChanged, channelOpen, channelUnbound, childChannelClosed, childChannelOpen, exceptionCaught, handleUpstream, messageReceived, writeCompleteclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateHandle, onDisconnect, onException, onMessage, registerListenerinit, onOpen, transporttransformExceptionchannelConnected, channelDisconnected, channelOpen, exceptionCaught, messageReceivedpublic TcpServerHandler(NettyTransport _transport, scala.concurrent.Future<Transport.AssociationEventListener> _associationListenerFuture)
public void onConnect(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.ChannelStateEvent e)
onConnect in interface NettyHelpers