org.apache.openejb.server.telnet
Class TelnetInputStream
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
org.apache.openejb.server.telnet.TelnetInputStream
- All Implemented Interfaces:
- Closeable, TelnetCodes
public class TelnetInputStream
- extends FilterInputStream
- implements TelnetCodes
Fields inherited from interface org.apache.openejb.server.telnet.TelnetCodes |
Abort_output, Are_You_There, Break, Data_Mark, DO, DONT, Erase_character, Erase_Line, Go_ahead, IAC, Interrupt_Process, NOP, SB, SE, WILL, WONT |
Method Summary |
int |
read()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TelnetInputStream
public TelnetInputStream(InputStream in,
OutputStream out)
throws IOException
- Throws:
IOException
read
public int read()
throws IOException
- Overrides:
read
in class FilterInputStream
- Throws:
IOException
Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.