qubes.tools.qmemmand – qmemman daemon¶
- class qubes.tools.qmemmand.QMemmanReqHandler(request, client_address, server)[source]¶
Bases:
BaseRequestHandlerThe RequestHandler class for our server.
It is instantiated once per connection to the server, and must override the handle() method to implement communication to the client.