twisted.pair.ethernet.EthernetProtocol(protocol.AbstractDatagramProtocol) class documentationtwisted.pair.ethernet
(View In Hierarchy)
Known subclasses: twisted.pair.test.test_tuntap.EthernetRecordingProtocol
Implements interfaces: twisted.pair.ethernet.IEthernetProtocol
| Method | __init__ | Undocumented | 
| Method | addProto | Add an IRawPacketProtocol 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 | startProtocol | Called when a transport is connected to this protocol. | 
| Method | stopProtocol | Called when the transport is disconnected. | 
| Method | makeConnection | Make a connection to a transport and a server. | 
Called when a datagram is received.
| Parameters | datagram | the string received from the transport. | 
| addr | tuple of source of datagram. |