org.apache.sshd.server.shell
Class ProcessShellFactory.ProcessShell.TtyFilterOutputStream

java.lang.Object
  extended by java.io.OutputStream
      extended by java.io.FilterOutputStream
          extended by org.apache.sshd.server.shell.ProcessShellFactory.ProcessShell.TtyFilterOutputStream
All Implemented Interfaces:
Closeable, Flushable
Enclosing class:
ProcessShellFactory.ProcessShell

protected class ProcessShellFactory.ProcessShell.TtyFilterOutputStream
extends FilterOutputStream


Field Summary
 
Fields inherited from class java.io.FilterOutputStream
out
 
Constructor Summary
ProcessShellFactory.ProcessShell.TtyFilterOutputStream(OutputStream out, ProcessShellFactory.ProcessShell.TtyFilterInputStream echo)
           
 
Method Summary
 void write(byte[] b, int off, int len)
           
 void write(int c)
           
 
Methods inherited from class java.io.FilterOutputStream
close, flush, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessShellFactory.ProcessShell.TtyFilterOutputStream

public ProcessShellFactory.ProcessShell.TtyFilterOutputStream(OutputStream out,
                                                              ProcessShellFactory.ProcessShell.TtyFilterInputStream echo)
Method Detail

write

public void write(int c)
           throws IOException
Overrides:
write in class FilterOutputStream
Throws:
IOException

write

public void write(byte[] b,
                  int off,
                  int len)
           throws IOException
Overrides:
write in class FilterOutputStream
Throws:
IOException


Copyright © 2008-2012 Apache Software Foundation. All Rights Reserved.