Enum SSL.Constants.ConnectionState
- Description
Connection states.
These are the states that a [Connection] may have.
Queueing of more application data is only allowed in the states CONNECTION_ready and CONNECTION_handshaking.
- Constant CONNECTION_closed
constantSSL.Constants.CONNECTION_closed- Description
Closed at both ends.
- Constant CONNECTION_closing
constantSSL.Constants.CONNECTION_closing- Description
Connection closing mask.
- Constant CONNECTION_failing
constantSSL.Constants.CONNECTION_failing- Description
Connection failing mask.
- Constant CONNECTION_handshaking
constantSSL.Constants.CONNECTION_handshaking- Description
Handshaking not done.
- Constant CONNECTION_local_closed
constantSSL.Constants.CONNECTION_local_closed- Description
Local close packet sent.
- Constant CONNECTION_local_closing
constantSSL.Constants.CONNECTION_local_closing- Description
Local close packet pending.
- Constant CONNECTION_local_down
constantSSL.Constants.CONNECTION_local_down- Description
Local mask.
- Constant CONNECTION_local_failing
constantSSL.Constants.CONNECTION_local_failing- Description
Fatal alert pending.
- Constant CONNECTION_local_fatal
constantSSL.Constants.CONNECTION_local_fatal- Description
Fatal alert sent.
- Constant CONNECTION_peer_closed
constantSSL.Constants.CONNECTION_peer_closed- Description
Peer has closed the connection.
- Constant CONNECTION_peer_down
constantSSL.Constants.CONNECTION_peer_down- Description
Peer mask.
- Constant CONNECTION_peer_fatal
constantSSL.Constants.CONNECTION_peer_fatal- Description
Peer has issued a fatal alert.
- Constant CONNECTION_ready
constantSSL.Constants.CONNECTION_ready- Description
Connection is ready for use.