org.crsh.shell.impl.remoting
Class ClientAutomaton

java.lang.Object
  extended by org.crsh.shell.impl.remoting.ClientAutomaton
All Implemented Interfaces:
Runnable

public class ClientAutomaton
extends Object
implements Runnable


Constructor Summary
ClientAutomaton(InputStream in, OutputStream out, Shell shell)
           
ClientAutomaton(ObjectOutputStream out, ObjectInputStream in, Shell shell)
           
 
Method Summary
 ClientAutomaton addCloseListener(Closeable closeable)
           
 int getHeight()
           
 int getWidth()
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientAutomaton

public ClientAutomaton(ObjectOutputStream out,
                       ObjectInputStream in,
                       Shell shell)

ClientAutomaton

public ClientAutomaton(InputStream in,
                       OutputStream out,
                       Shell shell)
                throws IOException
Throws:
IOException
Method Detail

addCloseListener

public ClientAutomaton addCloseListener(Closeable closeable)

run

public void run()
Specified by:
run in interface Runnable

getWidth

public int getWidth()

getHeight

public int getHeight()


Copyright © 2015 eXo Platform SAS. All Rights Reserved.