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 EthernetProtocol:

Method __init__ Undocumented
Method addProto Add an IRawPacketProtocol protocol

Inherited from AbstractDatagramProtocol (via EthernetProtocol):

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.
def startProtocol(self):

Called when a transport is connected to this protocol.

Will only be called once, even if multiple ports are connected.

def datagramReceived(self, datagram, partial=False):

Called when a datagram is received.

Parametersdatagramthe string received from the transport.
addrtuple of source of datagram.
API Documentation for twisted, generated by pydoctor at 2020-03-25 17:34:30.