Skip to main content

Module framed

Module framed 

Source

Structs§

FramedConn
Framed message connection over a byte stream.
FramedReader
Read half of a framed connection.
FramedWriter
Write half of a framed connection.

Constants§

DEFAULT_READ_CHUNK_SIZE 🔒

Functions§

framed
Convert a ByteStream + codec into a FramedConn. The codec handles both framing and serialization over the byte stream. Call split() for concurrent read/write.