public class ConnectionStatus extends Object
Constructor and Description |
---|
ConnectionStatus(int connectionCount,
int activeConnectionCount) |
Modifier and Type | Method and Description |
---|---|
int |
getActiveConnectionCount()
Get the count of clients that are currently actively transferring data.
|
int |
getConnectionCount()
Get the count of clients currently connected to this listener.
|
String |
toString() |
public ConnectionStatus(int connectionCount, int activeConnectionCount)
public int getConnectionCount()
public int getActiveConnectionCount()