| 类 | 说明 |
|---|---|
| AuthenticationHandler |
TODO Add documentation
|
| Command |
The base class of all
Command types. |
| CommandDecoder |
MINA
ProtocolDecoder which decodes bytes into Command
objects. |
| EjectCommand |
Represents the
eject command. |
| InfoCommand |
Represents the
info command. |
| ListCommand |
Represents the
list command. |
| LoadCommand |
Represents the
load <tape> command. |
| Main |
Simple example demonstrating how to build a state machine for MINA's
IoHandler interface. |
| PasswordCommand |
Represents the
password <password> command. |
| PauseCommand |
Represents the
pause command. |
| PlayCommand |
Represents the
play command. |
| QuitCommand |
Represents the
quit command. |
| StopCommand |
Represents the
stop command. |
| TapeDeckServer |
The actual state machine implementation for the tape deck server.
|
| UserCommand |
Represents the
user <username> command. |
| 异常错误 | 说明 |
|---|---|
| CommandSyntaxException |
Exception thrown by
CommandDecoder when a line cannot be decoded as
a Command object. |