Table of Contents
Basic protocols, such as line-oriented, netstring, and 32-bit-int prefixed strings.
A receiver for int16-prefixed strings.
A receiver for int32-prefixed strings.
A protocol which has a mode where it receives lines, and a mode where it receives raw data.
The incoming data is not in valid Netstring format.
This uses djb's Netstrings protocol to break up the input into strings.
This class is deprecated, use NetstringReceiver instead.
A stateful string protocol.