Interface HttpServerChannel

All Superinterfaces:
AutoCloseable, Closeable, CloseableChannel

public interface HttpServerChannel extends CloseableChannel
  • Method Details

    • getLocalAddress

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