Module tokio_tls::proto [] [src]

Wrappers for tokio-proto

This module contains wrappers for protocols defined by the tokio-proto crate. These wrappers will all attempt to negotiate a TLS connection first and then delegate all further protocol information to the protocol specified.

This module requires the tokio-proto feature to be enabled.

Structs

Client

TLS client protocol wrapper.

ClientMultiplexBind

Future returned from bind_transport in the ClientProto implementation.

ClientPipelineBind

Future returned from bind_transport in the ClientProto implementation.

ClientStreamingMultiplexBind

Future returned from bind_transport in the ClientProto implementation.

ClientStreamingPipelineBind

Future returned from bind_transport in the ClientProto implementation.

Server

TLS server protocol wrapper.

ServerMultiplexBind

Future returned from bind_transport in the ServerProto implementation.

ServerPipelineBind

Future returned from bind_transport in the ServerProto implementation.

ServerStreamingMultiplexBind

Future returned from bind_transport in the ServerProto implementation.

ServerStreamingPipelineBind

Future returned from bind_transport in the ServerProto implementation.