Module tcp_handler::streams
source · Available on crate feature
streams
only.Expand description
Helpful TcpHandler
s.
These structs wrap the functions in crate::protocols.
Modules§
- compress
compression
TcpHandler
warps thecrate::protocols::compress
protocol. - compress_encrypt
compress_encryption
TcpHandler
warps thecrate::protocols::compress_encrypt
protocol. - encrypt
encryption
TcpHandler
warps thecrate::protocols::encrypt
protocol. TcpHandler
warps thecrate::protocols::raw
protocol.
Traits§
- The handler trait, providing send and receive methods.