Class Connection.Status

  • Enclosing class:
    Connection

    private static class Connection.Status
    extends Object
    Status of the connection.
    • Field Detail

      • STOP

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

        public static final int START
        Status of the connection when it 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)