Part of twisted.protocols.basic View Source View In Hierarchy
A receiver for int8-prefixed strings.
An int8 string is a string prefixed by 1 byte, the 8-bit length of the string.
This class publishes the same interface as NetstringReceiver.Inherited from IntNStringReceiver:
Method | stringReceived | Override this. |
Method | dataReceived | Convert int prefixed strings into calls to stringReceived. |
Method | sendString | Send an prefixed string to the other end of the connection. |
Inherited from Protocol (via IntNStringReceiver):
Method | connectionLost | Called when the connection is shut down. |
Inherited from BaseProtocol (via IntNStringReceiver, Protocol):
Method | makeConnection | Make a connection to a transport and a server. |
Method | connectionMade | Called when a connection is made. |
Inherited from _PauseableMixin (via IntNStringReceiver):
Method | pauseProducing | Undocumented |
Method | resumeProducing | Undocumented |
Method | stopProducing | Undocumented |