Uses of Class
org.jline.builtins.telnet.ConnectionData
-
Uses of ConnectionData in org.jline.builtins.telnet
Methods in org.jline.builtins.telnet that return ConnectionDataModifier and TypeMethodDescriptionConnection.getConnectionData()
Method to access the associated connection data.Methods in org.jline.builtins.telnet with parameters of type ConnectionDataModifier and TypeMethodDescriptionprotected abstract Connection
ConnectionManager.createConnection
(ThreadGroup threadGroup, ConnectionData newCD) Constructors in org.jline.builtins.telnet with parameters of type ConnectionDataModifierConstructorDescriptionConnection
(ThreadGroup tcg, ConnectionData cd) Constructs a TelnetConnection by invoking its parent constructor and setting of various members.
Subsequently instantiates the whole i/o subsystem, negotiating telnet protocol level options etc.