public enum Network.ConnectionState extends Enum<Network.ConnectionState> implements ProtocolMessageEnumThe state of a network connection.
Protobuf enum google.backstory.Network.ConnectionState
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
CLOSED |
The connection is closed. |
CLOSED_VALUE |
The connection is closed. |
CLOSE_WAIT |
The connection is waiting for a connection termination request from the local application. |
CLOSE_WAIT_VALUE |
The connection is waiting for a connection termination request from the local application. |
CONNECTION_STATE_UNSPECIFIED |
The default connection state. |
CONNECTION_STATE_UNSPECIFIED_VALUE |
The default connection state. |
ESTABLISHED |
A connection has been established. |
ESTABLISHED_VALUE |
A connection has been established. |
FIN_WAIT1 |
The connection is waiting for a connection termination request from the remote host. |
FIN_WAIT1_VALUE |
The connection is waiting for a connection termination request from the remote host. |
FIN_WAIT2 |
The connection is waiting for a connection termination request from the local application. |
FIN_WAIT2_VALUE |
The connection is waiting for a connection termination request from the local application. |
LAST_ACK |
The connection is waiting for an acknowledgment of the final connection termination request. |
LAST_ACK_VALUE |
The connection is waiting for an acknowledgment of the final connection termination request. |
LISTENING |
The port is listening for incoming connections. |
LISTENING_VALUE |
The port is listening for incoming connections. |
SYN_RECEIVED |
A connection request has been received. |
SYN_RECEIVED_VALUE |
A connection request has been received. |
SYN_SENT |
A connection request has been sent. |
SYN_SENT_VALUE |
A connection request has been sent. |
TIME_WAIT |
The connection is waiting for a timeout. |
TIME_WAIT_VALUE |
The connection is waiting for a timeout. |
UNRECOGNIZED |
|
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|