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 ConnectionTelnetIO.connectionprivate final ConnectionConnectionEvent.sourceFields in org.jline.builtins.telnet with type parameters of type ConnectionModifier and TypeFieldDescriptionprivate Stack<Connection> ConnectionManager.closedConnectionsprivate final List<Connection> ConnectionManager.openConnectionsMethods in org.jline.builtins.telnet that return ConnectionModifier and TypeMethodDescriptionprotected abstract ConnectionConnectionManager.createConnection(ThreadGroup threadGroup, ConnectionData newCD) ConnectionManager.getConnection(int idx) Returns theConnectionat the given index.ConnectionManager.getConnectionsByAdddress(InetAddress addr) Get allConnectioninstances 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 TypeMethodDescriptionvoidConnectionManager.registerClosedConnection(Connection con) voidTelnetIO.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.