Enum security_framework::secure_transport::SessionState
[−]
[src]
pub enum SessionState { Idle, Handshake, Connected, Closed, Aborted, }
Specifies the state of a TLS session.
Variants
Idle
The session has not yet started.
Handshake
The session is in the handshake process.
Connected
The session is connected.
Closed
The session has been terminated.
Aborted
The session has been aborted due to an error.