Package | Description |
---|---|
examples.telnet | |
org.apache.commons.net.telnet |
Telnet implementation
|
Modifier and Type | Field and Description |
---|---|
(package private) static TelnetClient |
TelnetClientExample.tc |
Modifier and Type | Field and Description |
---|---|
private TelnetClient |
TelnetOutputStream.__client |
private TelnetClient |
TelnetInputStream.__client |
Constructor and Description |
---|
TelnetInputStream(java.io.InputStream input,
TelnetClient client) |
TelnetInputStream(java.io.InputStream input,
TelnetClient client,
boolean readerThread) |
TelnetOutputStream(TelnetClient client) |