| Class | Description |
|---|---|
| AbstractAdminMessage |
Abstract class for AdminMessages.
|
| ACKPronouncePrinceAdminMessage |
Pronounces a new prince device by it's uniqueId string.
|
| AddSubscriptionAdminMessage |
Pronounces a new prince device by it's uniqueId string.
|
| AdminMessageFactory |
Handles message creation and validation for AdminMessages.
|
| BowDownToNewKingAdminMessage |
Informs the peasants and the prince that they have to join another king's kingdom.
|
| CensusMessage |
Informs about devices and their roles (states) in the kingdom.
|
| CloseRelayConnectionAdminMessage |
Instructs a mediator to close it's connection to the server
|
| DiscoveredDeviceAdminMessage |
Admin message used to dispatch a beacon event over
|
| FinishedHandshakeAdminMessage |
Is sent by the ChannelManager in Client mode.
|
| PrinceFoundAKingAdminMessage | Deprecated
use DiscoveredDeviceAdminMessage instead
|
| PronouncePrinceAdminMessage |
Pronounces a new prince device by it's uniqueId as well as his connection meta data.
|
| RelayAdminMessage |
Relays a BlaubotMessage to the server.
|
| RemoveSubscriptionAdminMessage |
Pronounces a new prince device by it's uniqueId string.
|
| ServerConnectionAvailableAdminMessage |
Notifies the king, that a server connection is available on the sending device (uniqueDeviceId included)
|
| ServerConnectionDownAdminMessage |
Notifies the king, that a server connection is down on the sending device (uniqueDeviceId included)
|
| StringAdminMessage |
A generic admin message that can send strings.
|
| Exception | Description |
|---|---|
| InvalidClassifierException |