Package akka.remote.transport.netty
Class UdpServerHandler
- java.lang.Object
-
- org.jboss.netty.channel.SimpleChannelUpstreamHandler
-
- akka.remote.transport.netty.ServerHandler
-
- akka.remote.transport.netty.UdpServerHandler
-
- All Implemented Interfaces:
CommonHandlers
,NettyHelpers
,NettyServerHelpers
,UdpHandlers
,org.jboss.netty.channel.ChannelHandler
,org.jboss.netty.channel.ChannelUpstreamHandler
public class UdpServerHandler extends ServerHandler implements UdpHandlers
Deprecated.Deprecated in favour of Artery (the new Aeron/UDP based remoting implementation). Since 2.5.0.INTERNAL API
-
-
Constructor Summary
Constructors Constructor Description UdpServerHandler(NettyTransport _transport, scala.concurrent.Future<Transport.AssociationEventListener> _associationListenerFuture)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
initUdp(org.jboss.netty.channel.Channel channel, java.net.SocketAddress remoteSocketAddress, org.jboss.netty.buffer.ChannelBuffer msg)
Deprecated.-
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.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, super$channelConnected, super$channelDisconnected, super$channelOpen, super$messageReceived
-
Methods inherited from interface akka.remote.transport.netty.UdpHandlers
createHandle, onMessage, registerListener
-
-
-
-
Constructor Detail
-
UdpServerHandler
public UdpServerHandler(NettyTransport _transport, scala.concurrent.Future<Transport.AssociationEventListener> _associationListenerFuture)
Deprecated.
-
-
Method Detail
-
initUdp
public void initUdp(org.jboss.netty.channel.Channel channel, java.net.SocketAddress remoteSocketAddress, org.jboss.netty.buffer.ChannelBuffer msg)
Deprecated.- Specified by:
initUdp
in interfaceUdpHandlers
-
-