Package | Description |
---|---|
org.anarres.qemu.qapi.api |
Autogenerated API classes for the QApi protocol.
|
Modifier and Type | Class and Description |
---|---|
class |
VncClientInfo
Autogenerated class.
|
class |
VncServerInfo
Autogenerated class.
|
Modifier and Type | Field and Description |
---|---|
VncBasicInfo |
VncConnectedEvent.Data.client |
Modifier and Type | Field and Description |
---|---|
List<VncBasicInfo> |
VncInfo2.server |
Modifier and Type | Method and Description |
---|---|
VncBasicInfo |
VncBasicInfo.withFamily(NetworkAddressFamily value) |
VncBasicInfo |
VncBasicInfo.withHost(String value) |
VncBasicInfo |
VncBasicInfo.withService(String value) |
VncBasicInfo |
VncBasicInfo.withWebsocket(boolean value) |
Modifier and Type | Method and Description |
---|---|
VncInfo2 |
VncInfo2.withServer(List<VncBasicInfo> value) |
Constructor and Description |
---|
VncInfo2(String id,
List<VncBasicInfo> server,
List<VncClientInfo> clients,
VncPrimaryAuth auth,
VncVencryptSubAuth vencrypt,
String display) |