Module streams

Source
Available on crate feature streams only.
Expand description

Helpful TcpHandlers.

These structs wrap the functions in crate::protocols.

Modules§

compresscompression
TcpHandler warps the crate::protocols::compress protocol.
compress_encryptcompress_encryption
TcpHandler warps the crate::protocols::compress_encrypt protocol.
encryptencryption
TcpHandler warps the crate::protocols::encrypt protocol.
raw
TcpHandler warps the crate::protocols::raw protocol.

Traits§

TcpHandler
The handler trait, providing send and receive methods.