Uses of Class
org.jline.builtins.telnet.Connection
Packages that use Connection
-
Uses of Connection in org.jline.builtins.telnet
Fields in org.jline.builtins.telnet declared as ConnectionModifier and TypeFieldDescriptionprivate Connection
TelnetIO.connection
private final Connection
ConnectionEvent.source
Fields in org.jline.builtins.telnet with type parameters of type ConnectionModifier and TypeFieldDescriptionprivate Stack<Connection>
ConnectionManager.closedConnections
private final List<Connection>
ConnectionManager.openConnections
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.