org.apache.openejb.server.telnet
Class TelnetInputStream

java.lang.Object
  extended by java.io.InputStream
      extended by java.io.FilterInputStream
          extended by org.apache.openejb.server.telnet.TelnetInputStream
All Implemented Interfaces:
Closeable, TelnetCodes

public class TelnetInputStream
extends FilterInputStream
implements TelnetCodes


Field Summary
 
Fields inherited from class java.io.FilterInputStream
in
 
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
 
Constructor Summary
TelnetInputStream(InputStream in, OutputStream out)
           
 
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

TelnetInputStream

public TelnetInputStream(InputStream in,
                         OutputStream out)
                  throws IOException
Throws:
IOException
Method Detail

read

public int read()
         throws IOException
Overrides:
read in class FilterInputStream
Throws:
IOException


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.