public class TelnetInputStream extends FilterInputStream implements TelnetCodes
inAbort_output, Are_You_There, Break, Data_Mark, DO, DONT, Erase_character, Erase_Line, Go_ahead, IAC, Interrupt_Process, NOP, SB, SE, WILL, WONT| Constructor and Description |
|---|
TelnetInputStream(InputStream in,
OutputStream out)
We haven yet implemented any Telnet options, so we just explicitly
disable some common options for safety sake.
|
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
available, close, mark, markSupported, read, read, reset, skippublic TelnetInputStream(InputStream in, OutputStream out) throws IOException
IOExceptionpublic int read()
throws IOException
read in class FilterInputStreamIOExceptionCopyright © 2005–2016. All rights reserved.