| Modifier and Type | Method and 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 and Description |
|---|---|
void |
ConnectionManager.registerClosedConnection(Connection con) |
void |
TelnetIO.setConnection(Connection con) |
| Constructor and Description |
|---|
ConnectionEvent(Connection source,
ConnectionEvent.Type type)
Constructs a new instance of a ConnectionEvent
with a given source (Connection) and a given type.
|
Copyright © 2018. All rights reserved.