public class ServerPinger
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static org.apache.logging.log4j.Logger |
LOGGER |
private static com.google.common.base.Splitter |
PING_RESPONSE_SPLITTER |
private java.util.List<NetworkManager> |
pingDestinations |
Constructor and Description |
---|
ServerPinger() |
Modifier and Type | Method and Description |
---|---|
void |
clearPendingNetworks() |
void |
ping(ServerData server) |
void |
pingPendingNetworks() |
private void |
tryCompatibilityPing(ServerData server) |
private static final com.google.common.base.Splitter PING_RESPONSE_SPLITTER
private static final org.apache.logging.log4j.Logger LOGGER
private final java.util.List<NetworkManager> pingDestinations
public void ping(ServerData server) throws java.net.UnknownHostException
java.net.UnknownHostException
private void tryCompatibilityPing(ServerData server)
public void pingPendingNetworks()
public void clearPendingNetworks()