Uses of Class
org.jline.builtins.telnet.Connection
-
Packages that use Connection Package Description org.jline.builtins.telnet -
-
Uses of Connection in org.jline.builtins.telnet
Fields in org.jline.builtins.telnet declared as Connection Modifier and Type Field Description private ConnectionTelnetIO. connectionprivate ConnectionConnectionEvent. sourceFields in org.jline.builtins.telnet with type parameters of type Connection Modifier and Type Field Description private java.util.Stack<Connection>ConnectionManager. closedConnectionsprivate java.util.List<Connection>ConnectionManager. openConnectionsMethods in org.jline.builtins.telnet that return Connection Modifier and Type Method Description protected abstract ConnectionConnectionManager. createConnection(java.lang.ThreadGroup threadGroup, ConnectionData newCD)ConnectionConnectionManager. getConnection(int idx)Returns theConnectionat the given index.Connection[]ConnectionManager. getConnectionsByAdddress(java.net.InetAddress addr)Get allConnectioninstances with the given InetAddress.ConnectionConnectionEvent. getSource()Accessor method returning the source of the ConnectionEvent instance.Methods in org.jline.builtins.telnet with parameters of type Connection Modifier and Type Method Description voidConnectionManager. registerClosedConnection(Connection con)voidTelnetIO. setConnection(Connection con)Constructors in org.jline.builtins.telnet with parameters of type Connection Constructor Description ConnectionEvent(Connection source, ConnectionEvent.Type type)Constructs a new instance of a ConnectionEvent with a given source (Connection) and a given type.
-