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