Class State (0.1.6)

State(value)

Network connection state.

Values: STATE_UNSPECIFIED (0): Connection state is unknown or unspecified. OPENING (1): The connection is being opened. OPEN (2): The connection is open. LISTEN (3): Listening for incoming connections. CLOSING (4): The connection is being closed. CLOSED (5): The connection is closed.