class documentation
class QemuMonitorSocket(UnixFileSocketConnection):
Known subclasses: ganeti.hypervisor.hv_kvm.monitor.QmpConnection
Constructor: QemuMonitorSocket(socket_path, timeout)
Undocumented
| Method | __init__ |
Undocumented |
| Method | execute |
Undocumented |
| Method | get |
Undocumented |
| Method | recv |
Undocumented |
| Method | send |
Undocumented |
| Method | wait |
Waits for one of the specified events and returns it. If the timeout is reached, returns None. |
| Method | _read |
Undocumented |
| Constant | _ARGUMENTS |
Undocumented |
| Constant | _ERROR |
Undocumented |
| Constant | _ERROR |
Undocumented |
| Constant | _ERROR |
Undocumented |
| Constant | _EVENT |
Undocumented |
| Constant | _EXECUTE |
Undocumented |
| Constant | _MESSAGE |
Undocumented |
| Constant | _RETURN |
Undocumented |
| Constant | _SEND |
Undocumented |
| Instance Variable | _buffer |
Undocumented |
Inherited from UnixFileSocketConnection:
| Method | __enter__ |
Undocumented |
| Method | __exit__ |
Undocumented |
| Method | close |
Undocumented |
| Method | connect |
Undocumented |
| Method | is |
Undocumented |
| Method | recv |
Undocumented |
| Method | reset |
Reset the timeout to self.timeout |
| Method | send |
Undocumented |
| Instance Variable | sock |
Undocumented |
| Instance Variable | socket |
Undocumented |
| Instance Variable | timeout |
Undocumented |
| Instance Variable | _connected |
Undocumented |