[−][src]Crate tcp_stream
Improve mio's TCP stream handling
tcp-stream is a library aiming at providing TLS and futures/tokio support to mio's TcpStream without forcibly using tokio-reactor
Structs
| NativeTlsConnector | A builder for client-side TLS connections. | 
Enums
| HandshakeError | An error returned while performing the handshake | 
| MidHandshakeTlsStream | A TLS stream which has been interrupted during the handshake | 
| TcpStream | Wrapper around plain or TLS TCP streams | 
Type Definitions
| NativeTlsHandshakeError | A HandshakeError from native-tls | 
| NativeTlsMidHandshakeTlsStream | A MidHandshakeTlsStream from native-tls | 
| NativeTlsStream | A TcpStream wrapped by native-tls |