Part of twisted.protocols View Source
Basic protocols, such as line-oriented, netstring, and int prefixed strings.
Maintainer: Itamar Shtull-Trauring| Line # | Kind | Name | Docs |
|---|---|---|---|
| 26 | Class | NetstringParseError | The incoming data is not in valid Netstring format. |
| 31 | Class | NetstringReceiver | This uses djb's Netstrings protocol to break up the input into strings. |
| 113 | Class | SafeNetstringReceiver | This class is deprecated, use NetstringReceiver instead. |
| 118 | Class | LineOnlyReceiver | A protocol that receives only lines. |
| 186 | Class | LineReceiver | A protocol that receives lines and/or raw data, depending on mode. |
| 290 | Class | StringTooLongError | Raised when trying to send a string too long for a length prefixed |
| 297 | Class | IntNStringReceiver | Generic class for length prefixed protocols. |
| 351 | Class | Int32StringReceiver | A receiver for int32-prefixed strings. |
| 364 | Class | Int16StringReceiver | A receiver for int16-prefixed strings. |
| 377 | Class | Int8StringReceiver | A receiver for int8-prefixed strings. |
| 390 | Class | StatefulStringProtocol | A stateful string protocol. |
| 423 | Class | FileSender | A producer that sends the contents of a file to a consumer. |
| 169 | Class | _PauseableMixin | Undocumented |