Package | Description |
---|---|
lib.easyjava.net.tcp |
Modifier and Type | Method and Description |
---|---|
Connection<S,R> |
ConnectionPool.waitForEvent()
Waits for one of the connections to receive a message or close, then
returns that connection.
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<Connection<S,R>> |
TCPServer.getConnections()
Gets the currently connected clients
|
java.util.Iterator<Connection<S,R>> |
ConnectionPool.iterator() |
Modifier and Type | Method and Description |
---|---|
boolean |
ConnectionPool.add(Connection<S,R> arg0) |
Modifier and Type | Method and Description |
---|---|
boolean |
ConnectionPool.addAll(java.util.Collection<? extends Connection<S,R>> arg0) |