|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.crsh.shell.impl.remoting.ClientAutomaton
public class ClientAutomaton
| Field Summary | |
|---|---|
(package private) ClientProcessContext |
current
. |
(package private) Integer |
height
. |
(package private) ObjectInputStream |
in
. |
(package private) long |
last
. |
(package private) CloseableList |
listeners
. |
(package private) ObjectOutputStream |
out
. |
(package private) Shell |
shell
. |
(package private) Integer |
width
. |
| Constructor Summary | |
|---|---|
ClientAutomaton(InputStream in,
OutputStream out,
Shell shell)
|
|
ClientAutomaton(ObjectOutputStream out,
ObjectInputStream in,
Shell shell)
|
|
| Method Summary | |
|---|---|
ClientAutomaton |
addCloseListener(Closeable closeable)
|
(package private) void |
close()
|
int |
getHeight()
|
int |
getWidth()
|
void |
run()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
final Shell shell
final ObjectOutputStream out
final ObjectInputStream in
ClientProcessContext current
final CloseableList listeners
Integer width
Integer height
long last
| Constructor Detail |
|---|
public ClientAutomaton(ObjectOutputStream out,
ObjectInputStream in,
Shell shell)
public ClientAutomaton(InputStream in,
OutputStream out,
Shell shell)
throws IOException
IOException| Method Detail |
|---|
public ClientAutomaton addCloseListener(Closeable closeable)
public void run()
run in interface Runnablevoid close()
public int getWidth()
public int getHeight()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||