Enum security_framework::secure_transport::SessionState [] [src]

pub enum SessionState {
    Idle,
    Handshake,
    Connected,
    Closed,
    Aborted,
}

Specifies the state of a TLS session.

Variants

The session has not yet started.

The session is in the handshake process.

The session is connected.

The session has been terminated.

The session has been aborted due to an error.

Trait Implementations

impl Debug for SessionState
[src]

Formats the value using the given formatter.