|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.crsh.util.AbstractSocketClient org.crsh.shell.impl.remoting.RemoteClient
public class RemoteClient
Field Summary | |
---|---|
private ClientAutomaton |
automaton . |
private Shell |
shell . |
Constructor Summary | |
---|---|
RemoteClient(int port, Shell shell) |
Method Summary | |
---|---|
Runnable |
getRunnable() |
protected void |
handle(InputStream in, OutputStream out) |
Methods inherited from class org.crsh.util.AbstractSocketClient |
---|
close, connect |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private ClientAutomaton automaton
private final Shell shell
Constructor Detail |
---|
public RemoteClient(int port, Shell shell)
Method Detail |
---|
protected void handle(InputStream in, OutputStream out) throws IOException
handle
in class AbstractSocketClient
IOException
public Runnable getRunnable()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |