Struct actix_net::ssl::OpensslAcceptor[][src]

pub struct OpensslAcceptor<T> { /* fields omitted */ }

Support SSL connections via openssl package

ssl feature enables OpensslAcceptor type

Methods

impl<T> OpensslAcceptor<T>
[src]

Create default OpensslAcceptor

Trait Implementations

impl<T: AsyncRead + AsyncWrite> Clone for OpensslAcceptor<T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<T: AsyncRead + AsyncWrite> NewService for OpensslAcceptor<T>
[src]

Requests handled by the service

Responses given by the service

Errors produced by the service

The Service value created by this factory

Errors produced while building a service.

The future of the Service instance.

Create and return a new service value asynchronously.

Auto Trait Implementations

impl<T> Send for OpensslAcceptor<T> where
    T: Send

impl<T> Sync for OpensslAcceptor<T> where
    T: Sync