Class Session.Status

  • Enclosing class:
    Session

    private static class Session.Status
    extends Object
    Status of the session
    • Field Detail

      • STOP

        public static final int STOP
        Status of the session when the connection is stopped. This is the initial status.
        See Also:
        Constant Field Values
      • START

        public static final int START
        Status of the session when the connection is started.
        See Also:
        Constant Field Values
      • CLOSE

        public static final int CLOSE
        Status of the connection when it is closed.
        See Also:
        Constant Field Values
      • names

        private static final String[] names
    • Constructor Detail

      • Status

        private Status()
    • Method Detail

      • toString

        public static String toString​(int status)