org.apache.sshd.server.shell
Class ProcessShellFactory.ProcessShell.TtyFilterOutputStream
java.lang.Object
java.io.OutputStream
java.io.FilterOutputStream
org.apache.sshd.server.shell.ProcessShellFactory.ProcessShell.TtyFilterOutputStream
- All Implemented Interfaces:
- Closeable, Flushable
- Enclosing class:
- ProcessShellFactory.ProcessShell
protected class ProcessShellFactory.ProcessShell.TtyFilterOutputStream
- extends FilterOutputStream
Method Summary |
void |
write(byte[] b,
int off,
int len)
|
void |
write(int c)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProcessShellFactory.ProcessShell.TtyFilterOutputStream
public ProcessShellFactory.ProcessShell.TtyFilterOutputStream(OutputStream out,
ProcessShellFactory.ProcessShell.TtyFilterInputStream echo)
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.