Package | Description |
---|---|
org.anarres.qemu.qapi.api |
Autogenerated API classes for the QApi protocol.
|
Modifier and Type | Field and Description |
---|---|
SpiceChannel |
SpiceInitializedEvent.Data.client |
Modifier and Type | Field and Description |
---|---|
List<SpiceChannel> |
SpiceInfo.channels |
Modifier and Type | Method and Description |
---|---|
SpiceChannel |
SpiceChannel.withChannelId(long value) |
SpiceChannel |
SpiceChannel.withChannelType(long value) |
SpiceChannel |
SpiceChannel.withConnectionId(long value) |
SpiceChannel |
SpiceChannel.withTls(boolean value) |
Modifier and Type | Method and Description |
---|---|
SpiceInfo |
SpiceInfo.withChannels(List<SpiceChannel> value) |
Constructor and Description |
---|
SpiceInfo(boolean enabled,
boolean migrated,
String host,
Long port,
Long tlsPort,
String auth,
String compiledVersion,
SpiceQueryMouseMode mouseMode,
List<SpiceChannel> channels) |