public class UdpServerHandler extends ServerHandler implements UdpHandlers
| Constructor and Description |
|---|
UdpServerHandler(NettyTransport _transport,
scala.concurrent.Future<Transport.AssociationEventListener> _associationListenerFuture) |
| Modifier and Type | Method and Description |
|---|---|
void |
initUdp(org.jboss.netty.channel.Channel channel,
java.net.SocketAddress remoteSocketAddress,
org.jboss.netty.buffer.ChannelBuffer msg) |
initInbound, transportchannelBound, channelClosed, channelConnected, channelDisconnected, channelInterestChanged, channelOpen, channelUnbound, childChannelClosed, childChannelOpen, exceptionCaught, handleUpstream, messageReceived, writeCompleteclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateHandle, onMessage, registerListenerinit, onOpen, transportonConnect, onDisconnect, onException, transformExceptionchannelConnected, channelDisconnected, channelOpen, exceptionCaught, messageReceivedpublic UdpServerHandler(NettyTransport _transport, scala.concurrent.Future<Transport.AssociationEventListener> _associationListenerFuture)
public void initUdp(org.jboss.netty.channel.Channel channel,
java.net.SocketAddress remoteSocketAddress,
org.jboss.netty.buffer.ChannelBuffer msg)
initUdp in interface UdpHandlers