Home | Trees | Index | Help |
---|
Package twisted :: Package internet :: Module protocol :: Class ConnectedDatagramProtocol |
|
DatagramProtocol
--+
|
ConnectedDatagramProtocol
Method Summary | |
---|---|
__getstate__(self)
(inherited from DatagramProtocol )
| |
Called if connecting failed. | |
Called when a datagram is received. | |
Make sure startProtocol is called. (inherited from DatagramProtocol )
| |
Make sure stopProtocol is called. (inherited from DatagramProtocol )
| |
Make a connection to a transport and a server. (inherited from DatagramProtocol )
| |
Called when a transport is connected to this protocol. (inherited from DatagramProtocol )
| |
Called when the transport is disconnected. (inherited from DatagramProtocol )
|
Method Details |
---|
connectionFailed(self, failure)Called if connecting failed. Usually this will be due to a DNS lookup failure. |
datagramReceived(self, datagram)Called when a datagram is received.
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.1 on Thu May 8 13:16:28 2003 | http://epydoc.sf.net |