| Interface | Description |
|---|---|
| DaemonConnector |
A daemon connector establishes a connection to either an already running daemon, or a newly started daemon.
|
| DaemonStarter |
| Class | Description |
|---|---|
| DaemonClient |
The client piece of the build daemon.
|
| DaemonClientInputForwarder |
Eagerly consumes from an input stream, sending line by line ForwardInput
commands over the connection and finishing with a CloseInput command.?
|
| DaemonClientServices |
Takes care of instantiating and wiring together the services required by the daemon client.
|
| DaemonClientServicesSupport |
Some support wiring for daemon clients.
|
| DaemonConnection |
A simple wrapper for the connection to a daemon plus its password.
|
| DefaultDaemonConnector |
Provides the mechanics of connecting to a daemon, starting one via a given runnable if no suitable daemons are already available.
|
| DefaultDaemonStarter | |
| EmbeddedDaemonClientServices |
Wires together the embedded daemon client.
|
| SingleUseDaemonClient | |
| SingleUseDaemonClientServices | |
| StopDaemonClientServices | |
| StopDispatcher |
| Exception | Description |
|---|---|
| DaemonDisappearedException |
Thrown when a daemon disconnects unexpectedly while a client is interacting with it.
|
| NoUsableDaemonFoundException |
by Szczepan Faber, created at: 2/24/12
|
Copyright © 2013. All rights reserved