Interface TcpServerChannel

All Superinterfaces:
AutoCloseable, Closeable, CloseableChannel

public interface TcpServerChannel extends CloseableChannel
This is a tcp channel representing a server channel listening for new connections. It is the server channel abstraction used by the TcpTransport and TransportService. All tcp transport implementations must return server channels that adhere to the required method contracts.
  • Method Details

    • getLocalAddress

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