Uses of Class
org.jline.builtins.telnet.Connection
-
-
Uses of Connection in org.jline.builtins.telnet
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.
-