class twisted.pair.rawudp.RawUDPProtocol(protocol.AbstractDatagramProtocol): (source)
Implements interfaces: twisted.pair.raw.IRawDatagramProtocol
Undocumented
Method | __init__ | Undocumented |
Instance Variable | udpProtos | Undocumented |
Method | addProto | Add a protocol on top of this one. |
Method | datagramReceived | Called when a datagram is received. |
Inherited from AbstractDatagramProtocol:
Instance Variable | transport | Undocumented |
Instance Variable | numPorts | Undocumented |
Class Variable | noisy | Undocumented |
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 | data | Undocumented |
partial | Undocumented | |
source | Undocumented | |
dest | Undocumented | |
protocol | Undocumented | |
version | Undocumented | |
ihl | Undocumented | |
tos | Undocumented | |
tot_len | Undocumented | |
fragment_id | Undocumented | |
fragment_offset | Undocumented | |
dont_fragment | Undocumented | |
more_fragments | Undocumented | |
ttl | Undocumented | |
datagram | the bytes received from the transport. | |
addr | tuple of source of datagram. |