twisted.test.test_loopback.LoopbackRelayTest.Receiver(Protocol)
class documentationtwisted.test.test_loopback.LoopbackRelayTest
(View In Hierarchy)
Simple Receiver class used for testing LoopbackRelay
Method | dataReceived | Accumulate received data for verification |
Inherited from Protocol:
Method | logPrefix | Return a prefix matching the class name, to identify log messages related to this protocol instance. |
Method | connectionLost | Called when the connection is shut down. |
Inherited from BaseProtocol (via Protocol):
Method | makeConnection | Make a connection to a transport and a server. |
Method | connectionMade | Called when a connection is made. |