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, transport
channelBound, channelClosed, channelConnected, channelDisconnected, channelInterestChanged, channelOpen, channelUnbound, childChannelClosed, childChannelOpen, exceptionCaught, handleUpstream, messageReceived, writeComplete
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createHandle, onDisconnect, onException, onMessage, registerListener
init, onOpen, transport
transformException
channelConnected, channelDisconnected, channelOpen, exceptionCaught, messageReceived
public 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