Module byte_to_message_decoder

Module byte_to_message_decoder 

Source
Expand description

Byte-to-message frame decoders for parsing delimited streams Handlers for converting byte to message

Structs§

LineBasedFrameDecoder
A line based frame decoder with TerminatorType as delimiter
TaggedByteToMessageCodec
A tagged Byte to Message Codec handler that reads with input of TaggedBytesMut and output of TaggedBytesMut, or writes with input of TaggedBytesMut and output of TaggedBytesMut

Enums§

TerminatorType
Delimiter with different terminator type \nor\r\n`

Traits§

MessageDecoder
This trait allows for decoding messages.