Uses of Class
org.apache.commons.net.telnet.TelnetOptionHandler
Packages that use TelnetOptionHandler
-
Uses of TelnetOptionHandler in org.apache.commons.net.telnet
Subclasses of TelnetOptionHandler in org.apache.commons.net.telnetModifier and TypeClassDescriptionclass
Implements the telnet echo option RFC 857.class
Simple option handler that can be used for options that don't require subnegotiation.class
Implements the telnet suppress go ahead option RFC 858.class
Implements the telnet terminal type option RFC 1091.class
Implements the telnet window size option RFC 1073.Fields in org.apache.commons.net.telnet declared as TelnetOptionHandlerModifier and TypeFieldDescriptionprivate final TelnetOptionHandler[]
Telnet.optionHandlers
Array of option handlersMethods in org.apache.commons.net.telnet with parameters of type TelnetOptionHandlerModifier and TypeMethodDescription(package private) void
Telnet.addOptionHandler
(TelnetOptionHandler opthand) Registers a new TelnetOptionHandler for this telnet to use.void
TelnetClient.addOptionHandler
(TelnetOptionHandler opthand) Registers a new TelnetOptionHandler for this telnet client to use.