Class IdleStatus

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private IdleStatus​(java.lang.String strValue)
      Creates a new instance.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • 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.
      • strValue

        private final java.lang.String strValue
    • Constructor Detail

      • IdleStatus

        private IdleStatus​(java.lang.String strValue)
        Creates a new instance.
    • Method Detail

      • toString

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