public class TcpClientHandler extends ClientHandler implements TcpHandlers
| Constructor and Description |
|---|
TcpClientHandler(NettyTransport _transport,
akka.actor.Address remoteAddress) |
| Modifier and Type | Method and Description |
|---|---|
void |
onConnect(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.ChannelStateEvent e) |
initOutbound, statusFuture, statusPromise, transportbindRequested, channelBound, channelClosed, channelConnected, channelDisconnected, channelInterestChanged, channelOpen, channelUnbound, childChannelClosed, childChannelOpen, closeRequested, connectRequested, disconnectRequested, exceptionCaught, handleDownstream, handleUpstream, messageReceived, setInterestOpsRequested, unbindRequested, writeComplete, writeRequestedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateHandle, onDisconnect, onException, onMessage, registerListenerinit, onOpen, transporttransformExceptionchannelConnected, channelDisconnected, channelOpen, exceptionCaught, messageReceivedpublic TcpClientHandler(NettyTransport _transport, akka.actor.Address remoteAddress)
public void onConnect(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.ChannelStateEvent e)
onConnect in interface NettyHelpers