| Home | Trees | Index | Help |
|---|
| Package twisted :: Package internet :: Module protocol :: Class ConnectedDatagramProtocol |
|
AbstractDatagramProtocol--+ |DatagramProtocol--+ | ConnectedDatagramProtocol
| Method Summary | |
|---|---|
Called if connecting failed. | |
Called for connection refused error. | |
Called when a datagram is received. | |
| Method Details |
|---|
connectionFailed(self, failure)Called if connecting failed. Usually this will be due to a DNS lookup failure. |
connectionRefused(self)Called for connection refused error. Note this is a result of ICMP message generated by *previous* write. |
datagramReceived(self, datagram)Called when a datagram is received.
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 1.1 on Fri Jun 27 03:45:32 2003 | http://epydoc.sf.net |