| Home | Trees | Index | Help |
|---|
| Package twisted :: Package protocols :: Module dns :: Class DNSDatagramProtocol |
|
AbstractDatagramProtocol--+ |DatagramProtocol--+ | DNSDatagramProtocol
| Method Summary | |
|---|---|
__init__(self,
controller)
| |
__getstate__(self)
| |
datagramReceived(self,
data,
addr)
| |
pickID(self)
| |
Deferred
|
Send out a message with the given queries. |
Called when the transport is disconnected. | |
writeMessage(self,
message,
address)
| |
| Class Variable Summary | |
|---|---|
NoneType |
id
|
NoneType |
liveMessages
|
int |
reissue
|
NoneType |
resends
|
int |
timeout
|
| Method Details |
|---|
query(self, address, queries, timeout=10, id=None)Send out a message with the given queries.
|
stopProtocol(self)Called when the transport is disconnected. Will only be called once, after all ports are disconnected.
|
| Class Variable Details |
|---|
id
|
liveMessages
|
reissue
|
resends
|
timeout
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 1.1 on Fri Jun 27 03:45:39 2003 | http://epydoc.sf.net |