public class CurrentClient
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CurrentClient.ConnectionsClientBuilder |
public static CurrentClient.ConnectionsClientBuilder builder()
public ConnectionReport getConnections()
public ConnectionReport getConnections(java.lang.String ip)
public ConnectionReport getConnections(java.net.InetAddress address)
public ConnectionReport getConnection(java.lang.String host, int port)
public ConnectionReport getConnection(java.net.InetSocketAddress address)
public ClosedConnectionReport closeConnections(ClosedConnectionReport.CloseType closeType)
public ClosedConnectionReport closeConnections(ClosedConnectionReport.CloseType closeType, java.lang.String ip)
public ClosedConnectionReport closeConnections(ClosedConnectionReport.CloseType closeType, java.net.InetAddress address)
public ClosedConnectionReport closeConnection(ClosedConnectionReport.CloseType closeType, java.lang.String host, int port)
public ClosedConnectionReport closeConnection(ClosedConnectionReport.CloseType closeType, java.net.InetSocketAddress address)
public boolean enableListener()
public boolean disableListener()
public boolean disableListener(int after)