|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.crsh.util.AbstractSocketServer org.crsh.shell.impl.remoting.RemoteServer
public class RemoteServer
Field Summary | |
---|---|
private ServerAutomaton |
automaton . |
Constructor Summary | |
---|---|
RemoteServer(int bindingPort) |
Method Summary | |
---|---|
Shell |
getShell() |
protected void |
handle(InputStream in, OutputStream out) |
Methods inherited from class org.crsh.util.AbstractSocketServer |
---|
accept, bind, close, getBindingPort, getPort |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private ServerAutomaton automaton
Constructor Detail |
---|
public RemoteServer(int bindingPort)
Method Detail |
---|
protected void handle(InputStream in, OutputStream out) throws IOException
handle
in class AbstractSocketServer
IOException
public Shell getShell()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |