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

constant SSL.Constants.CONNECTION_closed

Description

Closed at both ends.


Constant CONNECTION_closing

constant SSL.Constants.CONNECTION_closing

Description

Connection closing mask.


Constant CONNECTION_failing

constant SSL.Constants.CONNECTION_failing

Description

Connection failing mask.


Constant CONNECTION_handshaking

constant SSL.Constants.CONNECTION_handshaking

Description

Handshaking not done.


Constant CONNECTION_local_closed

constant SSL.Constants.CONNECTION_local_closed

Description

Local close packet sent.


Constant CONNECTION_local_closing

constant SSL.Constants.CONNECTION_local_closing

Description

Local close packet pending.


Constant CONNECTION_local_down

constant SSL.Constants.CONNECTION_local_down

Description

Local mask.


Constant CONNECTION_local_failing

constant SSL.Constants.CONNECTION_local_failing

Description

Fatal alert pending.


Constant CONNECTION_local_fatal

constant SSL.Constants.CONNECTION_local_fatal

Description

Fatal alert sent.


Constant CONNECTION_peer_closed

constant SSL.Constants.CONNECTION_peer_closed

Description

Peer has closed the connection.


Constant CONNECTION_peer_down

constant SSL.Constants.CONNECTION_peer_down

Description

Peer mask.


Constant CONNECTION_peer_fatal

constant SSL.Constants.CONNECTION_peer_fatal

Description

Peer has issued a fatal alert.


Constant CONNECTION_ready

constant SSL.Constants.CONNECTION_ready

Description

Connection is ready for use.