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.- raw
TcpHandler
warps thecrate::protocols::raw
protocol.
Traits§
- TcpHandler
- The handler trait, providing send and receive methods.