| Interface | Description |
|---|---|
| CommandResponder |
A responder to a voter command.
|
| Class | Description |
|---|---|
| CommandResponder.Base |
Base implementation of a command responder.
|
| CommandResponder.Session |
A service session with a user.
|
| CommandResponder.U |
Command responder utilities.
|
| CR_Hello |
Responder for the command 'hello' - to say hello to the server.
|
| CR_Help |
Responder for the command 'help' - to request general information on the voter
service, and instructions on using it.
|
| CR_Version |
Responder for the command 'version' - to ask what version of software the vote-server
is running.
|
| ReplyBuilder |
A composite resource bundle, string formatter and character buffer.
|
| Exception | Description |
|---|---|
| CommandResponder.AnonymousIssueException |
Thrown when a command cannot be accepted because it was issued anonymously.
|