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 |
| ClientPipelineBind |
Future returned from |
| ClientStreamingMultiplexBind |
Future returned from |
| ClientStreamingPipelineBind |
Future returned from |
| Server |
TLS server protocol wrapper. |
| ServerMultiplexBind |
Future returned from |
| ServerPipelineBind |
Future returned from |
| ServerStreamingMultiplexBind |
Future returned from |
| ServerStreamingPipelineBind |
Future returned from |