Interface NetworkConnection

    • Method Detail

      • start

        void start()
      • close

        void close()
      • getRemoteAddress

        SocketAddress getRemoteAddress()
        Returns:
        the remote address of the underlying socket.
      • getLocalAddress

        SocketAddress getLocalAddress()
        Returns:
        the local address of the underlying socket.
      • setMaxWriteIdleMillis

        void setMaxWriteIdleMillis​(long millis)
      • setMaxReadIdleMillis

        void setMaxReadIdleMillis​(long millis)
      • getPeerPrincipal

        Principal getPeerPrincipal()
      • getMaxReadIdleMillis

        long getMaxReadIdleMillis()
      • getMaxWriteIdleMillis

        long getMaxWriteIdleMillis()