Class InetAddressedMessage<M>

  • Type Parameters:
    M - the type of the wrapped message
    All Implemented Interfaces:
    io.netty.channel.AddressedEnvelope<M,​InetSocketAddress>, io.netty.util.ReferenceCounted

    public class InetAddressedMessage<M>
    extends io.netty.channel.DefaultAddressedEnvelope<M,​InetSocketAddress>
    A message that wraps another message with an InetSocketAddress.