| 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. | |
| Inherited from AbstractDatagramProtocol | |
| |
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 | |
str |
noisy = 'sure, why not'
|
int |
numPorts = 0 |
NoneType |
transport = None |
| 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 2.0 on Tue Dec 9 17:48:25 2003 | http://epydoc.sf.net |