Struct openssl::ssl::MidHandshakeSslStream[][src]

pub struct MidHandshakeSslStream<S> { /* fields omitted */ }

An SSL stream midway through the handshake process.

Methods

impl<S> MidHandshakeSslStream<S>
[src]

Important traits for &'a mut R

Returns a shared reference to the inner stream.

Important traits for &'a mut R

Returns a mutable reference to the inner stream.

Returns a shared reference to the Ssl of the stream.

Returns the underlying error which interrupted this handshake.

Consumes self, returning its error.

Restarts the handshake process.

This corresponds to SSL_do_handshake.

Trait Implementations

impl<S: Debug> Debug for MidHandshakeSslStream<S>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<S> Send for MidHandshakeSslStream<S> where
    S: Send

impl<S> Sync for MidHandshakeSslStream<S> where
    S: Sync