Package | Description |
---|---|
org.anarres.qemu.qapi.api |
Autogenerated API classes for the QApi protocol.
|
Modifier and Type | Field and Description |
---|---|
VncClientInfo |
VncDisconnectedEvent.Data.client |
VncClientInfo |
VncInitializedEvent.Data.client |
Modifier and Type | Field and Description |
---|---|
List<VncClientInfo> |
VncInfo.clients |
List<VncClientInfo> |
VncInfo2.clients |
Modifier and Type | Method and Description |
---|---|
VncClientInfo |
VncClientInfo.withSaslUsername(String value) |
VncClientInfo |
VncClientInfo.withX509Dname(String value) |
Modifier and Type | Method and Description |
---|---|
VncInfo |
VncInfo.withClients(List<VncClientInfo> value) |
VncInfo2 |
VncInfo2.withClients(List<VncClientInfo> value) |
Constructor and Description |
---|
VncInfo(boolean enabled,
String host,
NetworkAddressFamily family,
String service,
String auth,
List<VncClientInfo> clients) |
VncInfo2(String id,
List<VncBasicInfo> server,
List<VncClientInfo> clients,
VncPrimaryAuth auth,
VncVencryptSubAuth vencrypt,
String display) |