Home | Trees | Index | Help |
---|
Package twisted :: Package protocols :: Module dns :: Class DNSDatagramProtocol |
|
DatagramProtocol
--+
|
DNSDatagramProtocol
Method Summary | |
---|---|
__init__(self,
controller)
| |
__getstate__(self)
| |
datagramReceived(self,
data,
addr)
| |
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 )
| |
pickID(self)
| |
Deferred
|
Send out a message with the given queries. |
Called when a transport is connected to this protocol. (inherited from DatagramProtocol )
| |
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 Thu May 8 13:16:36 2003 | http://epydoc.sf.net |