public class CurrentConnectionReport extends java.lang.Object implements ConnectionReport
| Constructor and Description |
|---|
CurrentConnectionReport(java.util.List<ClientConnection> connections) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.net.InetSocketAddress> |
getAddresses() |
java.util.List<ClientConnection> |
getConnections() |
public CurrentConnectionReport(java.util.List<ClientConnection> connections)
public java.util.List<ClientConnection> getConnections()
getConnections in interface ConnectionReportpublic java.util.List<java.net.InetSocketAddress> getAddresses()
getAddresses in interface ConnectionReport