Package | Description |
---|---|
org.jline.builtins.telnet |
Modifier and Type | Method | Description |
---|---|---|
protected abstract Connection |
ConnectionManager.createConnection(ThreadGroup threadGroup,
ConnectionData newCD) |
|
Connection |
ConnectionManager.getConnection(int idx) |
Returns the
Connection at the given index. |
Connection[] |
ConnectionManager.getConnectionsByAdddress(InetAddress addr) |
Get all
Connection instances with the given
InetAddress. |
Connection |
ConnectionEvent.getSource() |
Accessor method returning the source of the
ConnectionEvent instance.
|
Modifier and Type | Method | Description |
---|---|---|
void |
ConnectionManager.registerClosedConnection(Connection con) |
|
void |
TelnetIO.setConnection(Connection con) |
Constructor | Description |
---|---|
ConnectionEvent(Connection source,
ConnectionEvent.Type type) |
Constructs a new instance of a ConnectionEvent
with a given source (Connection) and a given type.
|
Copyright © 2020. All rights reserved.