class documentation

Undocumented

Method __init__ Undocumented
Method datagramReceived Called when a datagram is received.
Method startProtocol Called when a transport is connected to this protocol.
Method stopProtocol Called when the transport is disconnected.
Instance Variable deferredGotWhat Undocumented
Instance Variable deferredStarted Undocumented
Instance Variable gotfrom Undocumented
Instance Variable gotwhat Undocumented
Instance Variable started Undocumented
Instance Variable stopped Undocumented

Inherited from DatagramProtocol:

Method connectionRefused Called due to error from write in connected mode.
Method logPrefix Return a prefix matching the class name, to identify log messages related to this protocol instance.
Instance Variable transport The transport with which this protocol is associated, if it is associated with one.

Inherited from AbstractDatagramProtocol (via DatagramProtocol):

Method __getstate__ Undocumented
Method doStart Make sure startProtocol is called.
Method doStop Make sure stopProtocol is called.
Method makeConnection Make a connection to a transport and a server.
Class Variable noisy Undocumented
Instance Variable numPorts Undocumented
def __init__(self): (source)

Undocumented

def datagramReceived(self, data, addr): (source)

Called when a datagram is received.

Parameters
dataUndocumented
addrtuple of source of datagram.
datagramthe bytes received from the transport.
def startProtocol(self): (source)

Called when a transport is connected to this protocol.

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

def stopProtocol(self): (source)

Called when the transport is disconnected.

Will only be called once, after all ports are disconnected.

deferredGotWhat = (source)

Undocumented

deferredStarted = (source)

Undocumented

Undocumented

Undocumented

Undocumented

Undocumented