Class IdleStatus

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()
      Returns the string representation of this status.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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()
        Returns the string representation of this status.
        Overrides:
        toString in class java.lang.Object