Module t.p.basic

Part of twisted.protocols View Source

Basic protocols, such as line-oriented, netstring, and 32-bit-int prefixed strings.

API Stability: semi-stable.

Maintainer: Itamar Shtull-Trauring
Class NetstringParseError The incoming data is not in valid Netstring format.
Class NetstringReceiver This uses djb's Netstrings protocol to break up the input into strings.
Class SafeNetstringReceiver This class is deprecated, use NetstringReceiver instead.
Class LineOnlyReceiver A protocol that receives only lines.
Class _PauseableMixin Undocumented
Class LineReceiver A protocol that receives lines and/or raw data, depending on mode.
Class Int32StringReceiver A receiver for int32-prefixed strings.
Class Int16StringReceiver A receiver for int16-prefixed strings.
Class StatefulStringProtocol A stateful string protocol.
Class FileSender A producer that sends the contents of a file to a consumer.
API Documentation for twisted, generated by pydoctor.