Struct hyper_openssl::OpensslClient [] [src]

pub struct OpensslClient(_);

An SslClient implementation using OpenSSL.

Methods

impl OpensslClient
[src]

Creates a new OpenSslClient with default settings.

Trait Implementations

impl Clone for OpensslClient
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl From<SslConnector> for OpensslClient
[src]

Performs the conversion.

impl<T> SslClient<T> for OpensslClient where T: NetworkStream + Clone + Sync + Send + Debug
[src]

The protected stream.

Wrap a client stream with SSL.