public interface TcpHandlers extends CommonHandlers
| Modifier and Type | Method and Description |
|---|---|
AssociationHandle |
createHandle(org.jboss.netty.channel.Channel channel,
akka.actor.Address localAddress,
akka.actor.Address remoteAddress) |
void |
onDisconnect(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.ChannelStateEvent e) |
void |
onException(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.ExceptionEvent e) |
void |
onMessage(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.MessageEvent e) |
void |
registerListener(org.jboss.netty.channel.Channel channel,
AssociationHandle.HandleEventListener listener,
org.jboss.netty.buffer.ChannelBuffer msg,
java.net.InetSocketAddress remoteSocketAddress) |
init, onOpen, transportonConnect, transformExceptionvoid registerListener(org.jboss.netty.channel.Channel channel,
AssociationHandle.HandleEventListener listener,
org.jboss.netty.buffer.ChannelBuffer msg,
java.net.InetSocketAddress remoteSocketAddress)
registerListener in interface CommonHandlersAssociationHandle createHandle(org.jboss.netty.channel.Channel channel, akka.actor.Address localAddress, akka.actor.Address remoteAddress)
createHandle in interface CommonHandlersvoid onDisconnect(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.ChannelStateEvent e)
onDisconnect in interface NettyHelpersvoid onMessage(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.MessageEvent e)
onMessage in interface NettyHelpersvoid onException(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.ExceptionEvent e)
onException in interface NettyHelpers