Class UdpClientHandler

  • All Implemented Interfaces:
    CommonHandlers, NettyClientHelpers, NettyHelpers, UdpHandlers, org.jboss.netty.channel.ChannelDownstreamHandler, org.jboss.netty.channel.ChannelHandler, org.jboss.netty.channel.ChannelUpstreamHandler

    public class UdpClientHandler
    extends ClientHandler
    implements UdpHandlers
    Deprecated.
    Deprecated in favour of Artery (the new Aeron/UDP based remoting implementation). Since 2.5.0.
    INTERNAL API
    • Constructor Detail

      • UdpClientHandler

        public UdpClientHandler​(NettyTransport _transport,
                                Address remoteAddress)
        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 interface UdpHandlers