t.p.r.RawUDPProtocol(protocol.AbstractDatagramProtocol) : class documentation

Part of twisted.pair.rawudp View Source View In Hierarchy

Implements interfaces: twisted.pair.raw.IRawDatagramProtocol

Undocumented
Method __init__ Undocumented
Method addProto Add a protocol on top of this one.
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.
def __init__(self): (source)
Undocumented
def addProto(self, num, proto): (source)
Add a protocol on top of this one.
def datagramReceived(self, data, partial, source, dest, protocol, version, ihl, tos, tot_len, fragment_id, fragment_offset, dont_fragment, more_fragments, ttl): (source)
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 2011-10-27 16:27:37.