Uses of Class
org.jline.builtins.telnet.Connection
-
Uses of Connection in org.jline.builtins.telnet
Methods in org.jline.builtins.telnet that return ConnectionModifier and TypeMethodDescriptionprotected abstract Connection
ConnectionManager.createConnection
(ThreadGroup threadGroup, ConnectionData newCD) ConnectionManager.getConnection
(int idx) Returns theConnection
at the given index.ConnectionManager.getConnectionsByAdddress
(InetAddress addr) Get allConnection
instances with the givenInetAddress
.ConnectionEvent.getSource()
Accessor method returning the source of the ConnectionEvent instance.Methods in org.jline.builtins.telnet with parameters of type ConnectionModifier and TypeMethodDescriptionvoid
ConnectionManager.registerClosedConnection
(Connection con) void
TelnetIO.setConnection
(Connection con) Constructors in org.jline.builtins.telnet with parameters of type ConnectionModifierConstructorDescriptionConnectionEvent
(Connection source, ConnectionEvent.Type type) Constructs a new instance of a ConnectionEvent with a given source (Connection) and a given type.