|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.simoes.lpd.command.LPDCommands
Creates the concrete command classes to process incoming commands. Then it calls the execute() method on them.
Constructor Summary | |
LPDCommands()
|
Method Summary | |
void |
handleCommand(byte[] command,
java.io.InputStream is,
java.io.OutputStream os)
Creates the concrete instance of the command class required. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LPDCommands()
Method Detail |
public void handleCommand(byte[] command, java.io.InputStream is, java.io.OutputStream os)
command
- byte[] passed in from the clientis
- InputStream from the clientos
- OutputStream to the client
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |