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