twisted.pair.test.test_tuntap.IPRecordingProtocol(AbstractDatagramProtocol) class documentationtwisted.pair.test.test_tuntap
(View In Hierarchy)
Implements interfaces: twisted.pair.raw.IRawPacketProtocol
A protocol which merely records the datagrams delivered to it.
| Method | startProtocol | Called when a transport is connected to this protocol. | 
| Method | datagramReceived | Called when a datagram is received. | 
Inherited from AbstractDatagramProtocol:
| Method | __getstate__ | Undocumented | 
| Method | doStart | Make sure startProtocol is called. | 
| Method | doStop | Make sure stopProtocol is called. | 
| Method | stopProtocol | Called when the transport is disconnected. | 
| Method | makeConnection | Make a connection to a transport and a server. | 
Called when a transport is connected to this protocol.
Will only be called once, even if multiple ports are connected.