Interface ConnectedSocketChannelInfo


public interface ConnectedSocketChannelInfo
Context information about a newly connected SocketChannel.
  • Method Details

    • channelId

      String channelId()
      The channel id.
      Returns:
      The channel id.
    • socketChannel

      SocketChannel socketChannel()
      The newly connected socket channel.
      Returns:
      The socket channel.