Interface HttpServerChannel

    • Method Summary

      Modifier and Type Method Description
      java.net.InetSocketAddress getLocalAddress()
      Returns the local address for this channel.
    • Method Detail

      • getLocalAddress

        java.net.InetSocketAddress getLocalAddress()
        Returns the local address for this channel.
        Returns:
        the local address of this channel.