|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.netty.channel.SimpleChannelUpstreamHandler
akka.remote.transport.netty.ServerHandler
akka.remote.transport.netty.UdpServerHandler
public class UdpServerHandler
INTERNAL API
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.jboss.netty.channel.ChannelHandler |
|---|
org.jboss.netty.channel.ChannelHandler.Sharable |
| Constructor Summary | |
|---|---|
UdpServerHandler(NettyTransport _transport,
scala.concurrent.Future<Transport.AssociationEventListener> _associationListenerFuture)
|
|
| Method Summary | |
|---|---|
void |
initUdp(org.jboss.netty.channel.Channel channel,
java.net.SocketAddress remoteSocketAddress,
org.jboss.netty.buffer.ChannelBuffer msg)
|
| Methods inherited from class akka.remote.transport.netty.ServerHandler |
|---|
initInbound, transport |
| Methods inherited from class org.jboss.netty.channel.SimpleChannelUpstreamHandler |
|---|
channelBound, channelClosed, channelConnected, channelDisconnected, channelInterestChanged, channelOpen, channelUnbound, childChannelClosed, childChannelOpen, exceptionCaught, handleUpstream, messageReceived, writeComplete |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface akka.remote.transport.netty.UdpHandlers |
|---|
createHandle, onMessage, registerListener |
| Methods inherited from interface akka.remote.transport.netty.CommonHandlers |
|---|
init, onOpen, transport |
| Methods inherited from interface akka.remote.transport.netty.NettyHelpers |
|---|
onConnect, onDisconnect, onException, transformException |
| Methods inherited from interface akka.remote.transport.netty.NettyServerHelpers |
|---|
channelConnected, channelDisconnected, channelOpen, exceptionCaught, messageReceived |
| Constructor Detail |
|---|
public UdpServerHandler(NettyTransport _transport,
scala.concurrent.Future<Transport.AssociationEventListener> _associationListenerFuture)
| Method Detail |
|---|
public void initUdp(org.jboss.netty.channel.Channel channel,
java.net.SocketAddress remoteSocketAddress,
org.jboss.netty.buffer.ChannelBuffer msg)
initUdp in interface UdpHandlers
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||