public class TelnetInputStream extends FilterInputStream implements TelnetCodes
in
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 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, skip
public TelnetInputStream(InputStream in, OutputStream out) throws IOException
IOException
public int read() throws IOException
read
in class FilterInputStream
IOException
Copyright © 2005–2019. All rights reserved.