org.crsh.shell.impl.remoting
Class ClientAutomaton
java.lang.Object
org.crsh.shell.impl.remoting.ClientAutomaton
- All Implemented Interfaces:
- Runnable
-
public class ClientAutomaton
- extends Object
-
- implements Runnable
-
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
shell
final Shell shell
-
.
out
final ObjectOutputStream out
-
.
in
final ObjectInputStream in
-
.
current
ClientProcessContext current
-
.
listeners
final CloseableList listeners
-
.
width
Integer width
-
.
height
Integer height
-
.
last
long last
-
.
ClientAutomaton
public ClientAutomaton(ObjectOutputStream out,
ObjectInputStream in,
Shell shell)
ClientAutomaton
public ClientAutomaton(InputStream in,
OutputStream out,
Shell shell)
throws IOException
-
- Throws:
IOException
addCloseListener
public ClientAutomaton addCloseListener(Closeable closeable)
-
-
run
public void run()
-
- Specified by:
run
in interface Runnable
-
close
void close()
-
-
getWidth
public int getWidth()
-
-
getHeight
public int getHeight()
-
-
Copyright © 2014 eXo Platform SAS. All Rights Reserved.