Interface ChannelAddressAccessor


@SPI(scope=FRAMEWORK) public interface ChannelAddressAccessor
  • Method Details

    • getProtocol

      String getProtocol()
    • getRemoteAddress

      InetSocketAddress getRemoteAddress(io.netty.channel.Channel channel)
    • getLocalAddress

      InetSocketAddress getLocalAddress(io.netty.channel.Channel channel)