Package | Description |
---|---|
org.anarres.qemu.qapi.api |
Autogenerated API classes for the QApi protocol.
|
Modifier and Type | Field and Description |
---|---|
NetworkAddressFamily |
VncBasicInfo.family |
NetworkAddressFamily |
SpiceBasicInfo.family |
NetworkAddressFamily |
VncInfo.family |
Modifier and Type | Method and Description |
---|---|
static NetworkAddressFamily |
NetworkAddressFamily.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NetworkAddressFamily[] |
NetworkAddressFamily.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
VncBasicInfo |
VncBasicInfo.withFamily(NetworkAddressFamily value) |
SpiceBasicInfo |
SpiceBasicInfo.withFamily(NetworkAddressFamily value) |
VncInfo |
VncInfo.withFamily(NetworkAddressFamily value) |
Constructor and Description |
---|
SpiceBasicInfo(String host,
String port,
NetworkAddressFamily family) |
VncBasicInfo(String host,
String service,
NetworkAddressFamily family,
boolean websocket) |
VncInfo(boolean enabled,
String host,
NetworkAddressFamily family,
String service,
String auth,
List<VncClientInfo> clients) |