Class t.p.r.RawUDPProtocol(protocol.AbstractDatagramProtocol):

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

Implements interfaces: twisted.pair.raw.IRawDatagramProtocol

Undocumented

Split Table into Classes Show Methods in One Table

Line # Kind Name Docs
23 Method __init__ Undocumented
26 Method addProto Add a protocol on top of this one.
37 Method datagramReceived Called when a datagram is received.

Inherited from AbstractDatagramProtocol:

Line # Kind Name Docs
506 Method __getstate__ Undocumented
511 Method doStart Make sure startProtocol is called.
522 Method doStop Make sure stopProtocol is called.
535 Method startProtocol Called when a transport is connected to this protocol.
541 Method stopProtocol Called when the transport is disconnected.
547 Method makeConnection Make a connection to a transport and a server.
Line # Kind Name Docs
506 Method __getstate__ Undocumented
23 Method __init__ Undocumented
26 Method addProto Add a protocol on top of this one.
37 Method datagramReceived Called when a datagram is received.
511 Method doStart Make sure startProtocol is called.
522 Method doStop Make sure stopProtocol is called.
547 Method makeConnection Make a connection to a transport and a server.
535 Method startProtocol Called when a transport is connected to this protocol.
541 Method stopProtocol Called when the transport is disconnected.
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 2008-10-26 16:12:37.