Skip to main content

Module streams

Module streams 

Source

Structs§

ControlConnection
Connection wrapper for control channel (bidirectional TCP connection)
RecvStream
Framed receive stream for length-delimited messages.
SendStream
Framed send stream for length-delimited messages.

Type Aliases§

BoxedRead
Type alias for boxed read stream (supports both TLS and plain TCP)
BoxedRecvStream
Recv stream over boxed reader
BoxedSendStream
Send stream over boxed writer
BoxedSharedSendStream
Shared send stream over boxed writer
BoxedWrite
Type alias for boxed write stream (supports both TLS and plain TCP)
SharedSendStream