Home | Trees | Index | Help |
---|
Package twisted :: Package internet :: Module protocol :: Class DatagramProtocol |
|
AbstractDatagramProtocol
--+
|
DatagramProtocol
LocalNetworkMulticast
,
UPnPProtocol
Method Summary | |
---|---|
Called due to error from write in connected mode. | |
Inherited from AbstractDatagramProtocol | |
| |
Called when a datagram is received. | |
Make sure startProtocol is called. | |
Make sure stopProtocol is called. | |
Make a connection to a transport and a server. | |
Called when a transport is connected to this protocol. | |
Called when the transport is disconnected. |
Class Variable Summary | |
---|---|
Inherited from AbstractDatagramProtocol | |
bool |
noisy = True
|
int |
numPorts = 0 |
NoneType |
transport = None |
Method Details |
---|
connectionRefused(self)Called due to error from write in connected mode. Note this is a result of ICMP message generated by *previous* write. |
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Tue Aug 30 14:56:47 2005 | http://epydoc.sf.net |