Package org.apache.commons.net.telnet
Interface TelnetInputListener
public interface TelnetInputListener
Listener interface used for notification that incoming data is available to be read.
- Since:
- 3.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Callback method invoked when new incoming data is available on aTelnetClient
'sinput stream
.
-
Method Details
-
telnetInputAvailable
void telnetInputAvailable()Callback method invoked when new incoming data is available on aTelnetClient
'sinput stream
.- See Also:
-