Home | Trees | Index | Help |
---|
Package twisted :: Package protocols :: Module basic |
|
Basic protocols, such as line-oriented, netstring, and 32-bit-int prefixed strings.
API Stability: semi-stable.
Maintainer: Itamar Shtull-Trauring<mailto:twisted@itamarst.org>Classes | |
---|---|
Int16StringReceiver |
A receiver for int16-prefixed strings. |
Int32StringReceiver |
A receiver for int32-prefixed strings. |
LineReceiver |
A protocol that receives lines and/or raw data, depending on mode. |
NetstringReceiver |
This uses djb's Netstrings protocol to break up the input into strings. |
SafeNetstringReceiver |
This class is deprecated, use NetstringReceiver instead. |
StatefulStringProtocol |
A stateful string protocol. |
Exceptions | |
---|---|
NetstringParseError |
The incoming data is not in valid Netstring format. |
Variable Summary | |
---|---|
int |
COMMA
|
int |
DATA
|
int |
DEBUG
|
int |
LENGTH
|
SRE_Pattern |
NUMBER
|
Variable Details |
---|
COMMA
|
DATA
|
DEBUG
|
LENGTH
|
NUMBER
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.1 on Sat Feb 15 21:19:11 2003 | http://epydoc.sf.net |