| Package | Description |
|---|---|
| org.anarres.qemu.qapi.api |
Autogenerated API classes for the QApi protocol.
|
| Modifier and Type | Field and Description |
|---|---|
VncVencryptSubAuth |
VncInfo2.vencrypt |
| Modifier and Type | Method and Description |
|---|---|
static VncVencryptSubAuth |
VncVencryptSubAuth.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VncVencryptSubAuth[] |
VncVencryptSubAuth.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
VncInfo2 |
VncInfo2.withVencrypt(VncVencryptSubAuth value) |
| Constructor and Description |
|---|
VncInfo2(String id,
List<VncBasicInfo> server,
List<VncClientInfo> clients,
VncPrimaryAuth auth,
VncVencryptSubAuth vencrypt,
String display) |