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 Connection
TelnetIO. connection
private Connection
ConnectionEvent. source
Fields in org.jline.builtins.telnet with type parameters of type Connection Modifier and Type Field Description private java.util.Stack<Connection>
ConnectionManager. closedConnections
private java.util.List<Connection>
ConnectionManager. openConnections
Methods in org.jline.builtins.telnet that return Connection Modifier and Type Method Description protected abstract Connection
ConnectionManager. createConnection(java.lang.ThreadGroup threadGroup, ConnectionData newCD)
Connection
ConnectionManager. getConnection(int idx)
Returns theConnection
at the given index.Connection[]
ConnectionManager. getConnectionsByAdddress(java.net.InetAddress addr)
Get allConnection
instances with the givenInetAddress
.Connection
ConnectionEvent. 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 void
ConnectionManager. registerClosedConnection(Connection con)
void
TelnetIO. 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.
-