|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectBasicShell
public class BasicShell
Shell's methods
Constructor Summary | |
---|---|
BasicShell(java.net.Socket socket)
|
Method Summary | |
---|---|
static void |
helloMessage()
Prints hello message for the user |
void |
processCommand(java.lang.String command)
Processes commands entered by users. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BasicShell(java.net.Socket socket)
socket
- - socket numberMethod Detail |
---|
public static void helloMessage()
public void processCommand(java.lang.String command)
command
- Command to process
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |