twisted.test.test_application.TestEcho(wire.Echo)
class documentationtwisted.test.test_application
(View In Hierarchy)
Method | connectionLost | Called when the connection is shut down. |
Inherited from Echo:
Method | dataReceived | Called whenever data is received. |
Inherited from Protocol (via Echo):
Method | logPrefix | Return a prefix matching the class name, to identify log messages related to this protocol instance. |
Inherited from BaseProtocol (via Echo, Protocol):
Method | makeConnection | Make a connection to a transport and a server. |
Method | connectionMade | Called when a connection is made. |