Home | Trees | Index | Help |
---|
Package twisted :: Package protocols :: Module basic :: Class Int32StringReceiver |
|
BaseProtocol
--+ |Protocol
--+ | Int32StringReceiver
A receiver for int32-prefixed strings.
An int32 string is a string prefixed by 4 bytes, the 32-bit length of the string encoded in network byte order.
This class publishes the same interface as NetstringReceiver.Method Summary | |
---|---|
(Deprecated) (inherited from Protocol )
| |
Called when the connection is shut down. (inherited from Protocol )
| |
Called when a connection is made. (inherited from BaseProtocol )
| |
Convert int32 prefixed strings into calls to stringReceived. | |
Make a connection to a transport and a server. (inherited from BaseProtocol )
| |
Send an int32-prefixed string to the other end of the connection. | |
Override this. |
Class Variable Summary | |
---|---|
int |
MAX_LENGTH
|
string |
recvd
|
Method Details |
---|
dataReceived(self, recd)Convert int32 prefixed strings into calls to stringReceived. |
sendString(self, data)Send an int32-prefixed string to the other end of the connection. |
stringReceived(self, msg)Override this. |
Class Variable Details |
---|
MAX_LENGTH
|
recvd
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.1 on Sat Feb 15 21:19:11 2003 | http://epydoc.sf.net |