Class AddressUtils

java.lang.Object
org.apache.dubbo.remoting.transport.netty4.AddressUtils

public final class AddressUtils extends Object
  • Method Details

    • getRemoteAddress

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

      public static InetSocketAddress getLocalAddress(io.netty.channel.Channel channel)
    • getRemoteAddressKey

      public static String getRemoteAddressKey(io.netty.channel.Channel channel)
    • getLocalAddressKey

      public static String getLocalAddressKey(io.netty.channel.Channel channel)