Module tcp_handler::streams
source · Available on crate feature
streams only.Expand description
Helpful TcpHandlers.
These structs wrap the functions in crate::protocols.
Modules§
- compress
compressionTcpHandlerwarps thecrate::protocols::compressprotocol. - compress_encrypt
compress_encryptionTcpHandlerwarps thecrate::protocols::compress_encryptprotocol. - encrypt
encryptionTcpHandlerwarps thecrate::protocols::encryptprotocol. TcpHandlerwarps thecrate::protocols::rawprotocol.
Traits§
- The handler trait, providing send and receive methods.