| Home | Trees | Index | Help |
|---|
| Package twisted :: Package internet :: Module protocol :: Class ConnectedDatagramProtocol |
|
DatagramProtocol --+
|
ConnectedDatagramProtocol
Client| Method Summary | |
|---|---|
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.2 prerelease on Wed Jan 29 06:28:14 2003 | http://epydoc.sf.net |