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