class documentation
class ConfdAsyncUDPClient(daemon.AsyncUDPSocket):
Confd udp asyncore client
This is kept separate from the main ConfdClient to make sure it's easy to implement a non-asyncore based client library.
Method | __init__ |
Constructor for ConfdAsyncUDPClient |
Method | handle |
Handle an already read udp datagram |
Instance Variable | client |
Undocumented |
Inherited from AsyncUDPSocket
:
Method | enqueue |
Enqueue a datagram to be sent when possible |
Method | handle |
Undocumented |
Method | handle |
Undocumented |
Method | handle |
Undocumented |
Method | process |
Process the next datagram, waiting for it if necessary. |
Method | writable |
Most of the time we don't want to check for writability. |
Instance Variable | _family |
Undocumented |
Instance Variable | _out |
Undocumented |
Inherited from GanetiBaseAsyncoreDispatcher
(via AsyncUDPSocket
):
Method | handle |
Log an error in handling any request, and proceed. |
overrides
ganeti.daemon.AsyncUDPSocket.__init__
Constructor for ConfdAsyncUDPClient
Parameters | |
client:ConfdClient | client library, to pass the datagrams to |
family | Undocumented |