Method Summary |
|
__init__(self,
controller)
|
|
__getstate__(self)
|
|
datagramReceived(self,
data,
addr)
|
|
doStart (self)
Make sure startProtocol is called. (inherited from DatagramProtocol )
|
|
doStop (self)
Make sure stopProtocol is called. (inherited from DatagramProtocol )
|
|
makeConnection (self,
transport)
Make a connection to a transport and a server. (inherited from DatagramProtocol )
|
|
pickID(self)
|
Deferred
|
query (self,
address,
queries,
timeout,
reissue)
Send out a message with the given queries. |
|
startProtocol (self)
Called when a transport is connected to this protocol. (inherited from DatagramProtocol )
|
|
stopProtocol (self)
Called when the transport is disconnected. (inherited from DatagramProtocol )
|
|
writeMessage(self,
message,
address)
|
|
_reissueQuery(self,
message,
address,
counter,
timer)
|