|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.InputStream
java.io.FilterInputStream
org.openejb.server.telnet.TelnetInputStream
public class TelnetInputStream
Field Summary |
---|
Fields inherited from class java.io.FilterInputStream |
---|
in |
Fields inherited from interface org.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 |
Constructor Summary | |
---|---|
TelnetInputStream(java.io.InputStream in,
java.io.OutputStream out)
We haven yet implemented any Telnet options, so we just explicitly disable some common options for safety sake. |
Method Summary | |
---|---|
int |
read()
|
Methods inherited from class java.io.FilterInputStream |
---|
available, close, mark, markSupported, read, read, reset, skip |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TelnetInputStream(java.io.InputStream in, java.io.OutputStream out) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public int read() throws java.io.IOException
read
in class java.io.FilterInputStream
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |