Part of twisted.protocols.basic View Source View In Hierarchy
Inherited from NetstringReceiver:
| Method | stringReceived | Override this. |
| Method | doData | Undocumented |
| Method | doComma | Undocumented |
| Method | doLength | Undocumented |
| Method | dataReceived | Called whenever data is received. |
| Method | sendString | Undocumented |
Inherited from Protocol (via NetstringReceiver):
| Method | connectionLost | Called when the connection is shut down. |
Inherited from BaseProtocol (via NetstringReceiver, Protocol):
| Method | makeConnection | Make a connection to a transport and a server. |
| Method | connectionMade | Called when a connection is made. |