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