Uses of Interface
org.apache.commons.net.telnet.TelnetInputListener
-
Packages that use TelnetInputListener Package Description org.apache.commons.net.telnet Telnet implementation -
-
Uses of TelnetInputListener in org.apache.commons.net.telnet
Fields in org.apache.commons.net.telnet declared as TelnetInputListener Modifier and Type Field Description private TelnetInputListener
TelnetClient. inputListener
Methods in org.apache.commons.net.telnet with parameters of type TelnetInputListener Modifier and Type Method Description void
TelnetClient. registerInputListener(TelnetInputListener listener)
Register a listener to be notified when new incoming data is available to be read on theinput stream
.
-