Available on crate feature
streams only.Expand description
Helpful TcpHandlers.
These structs wrap the functions in crate::protocols.
Modules§
- compress
compression TcpHandlerwarps thecrate::protocols::compressprotocol.- compress_
encrypt compress_encryption TcpHandlerwarps thecrate::protocols::compress_encryptprotocol.- encrypt
encryption TcpHandlerwarps thecrate::protocols::encryptprotocol.- raw
TcpHandlerwarps thecrate::protocols::rawprotocol.
Traits§
- TcpHandler
- The handler trait, providing send and receive methods.