Home | Trees | Index | Help |
---|
Package twisted :: Package protocols :: Module rawudp :: Class RawUDPProtocol |
|
AbstractDatagramProtocol
--+
|
RawUDPProtocol
Method Summary | |
---|---|
__init__(self)
| |
__getstate__(self)
(inherited from AbstractDatagramProtocol )
| |
addProto(self,
num,
proto)
| |
datagramReceived(self,
data,
partial,
source,
dest,
protocol,
version,
ihl,
tos,
tot_len,
fragment_id,
fragment_offset,
dont_fragment,
more_fragments,
ttl)
| |
Make sure startProtocol is called. (inherited from AbstractDatagramProtocol )
| |
Make sure stopProtocol is called. (inherited from AbstractDatagramProtocol )
| |
Make a connection to a transport and a server. (inherited from AbstractDatagramProtocol )
| |
Called when a transport is connected to this protocol. (inherited from AbstractDatagramProtocol )
| |
Called when the transport is disconnected. (inherited from AbstractDatagramProtocol )
|
Class Variable Summary | |
---|---|
class |
IRawDatagramProtocol
|
Class Variable Details |
---|
IRawDatagramProtocolIRawDatagramProtocol = twisted.protocols.raw.IRawDatagramProtocol
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.1 on Fri Jun 27 03:48:37 2003 | http://epydoc.sf.net |