| ControlServer |
The control server watches the daemon control file for changes and
reacts on certain commands.
|
| DaemonOperation |
This operation is the central part of the daemon.
|
| DaemonOperationOptions |
|
| DaemonOperationResult |
|
| EventUserInteractionListener |
This implementation of a UserInteractionListener uses the LocalEventBus
to broadcast interaction requests to subscribers and waits synchronously for a corresponding
event response.
|
| MapIdentityManager |
A simple IdentityManager implementation, that just takes a map of users
to their password.
|
| Watch |
|
| WatchRunner |
|
| WatchServer |
|
| WebServer |
The web server provides a HTTP/REST and WebSocket API to thin clients,
as well as a mechanism to run a web interface by implementing a
WebInterfacePlugin.
|