Class IdleStatus

    • Field Detail

      • READER_IDLE

        public static final IdleStatus READER_IDLE
        Represents the session status that no data is coming from the remote peer.
      • WRITER_IDLE

        public static final IdleStatus WRITER_IDLE
        Represents the session status that the session is not writing any data.
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
        Returns:
        the string representation of this status.