| Modifier and Type | Class and Description | 
|---|---|
class  | 
LogPrefixPreservingPingResponseCallback  | 
class  | 
ParallelPingResponseCallback
ParallelPingResponseCallback class. 
 | 
class  | 
SinglePingResponseCallback
SinglePingResponseCallback class. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Pinger.ping(InetAddress host,
    long timeout,
    int retries,
    int packetsize,
    int sequenceId,
    PingResponseCallback cb)
This method is used to ping a remote host to test for ICMP support. 
 | 
void | 
NullPinger.ping(InetAddress host,
    long timeout,
    int retries,
    int packetsize,
    int sequenceId,
    PingResponseCallback cb)  | 
void | 
TestPinger.ping(InetAddress host,
    long timeout,
    int retries,
    int packetsize,
    int sequenceId,
    PingResponseCallback cb)  | 
void | 
Pinger.ping(InetAddress host,
    long timeout,
    int retries,
    int sequenceId,
    PingResponseCallback cb)
This method is used to ping a remote host to test for ICMP support. 
 | 
void | 
NullPinger.ping(InetAddress host,
    long timeout,
    int retries,
    int sequenceId,
    PingResponseCallback cb)  | 
void | 
TestPinger.ping(InetAddress host,
    long timeout,
    int retries,
    int sequenceId,
    PingResponseCallback cb)  | 
| Constructor and Description | 
|---|
LogPrefixPreservingPingResponseCallback(PingResponseCallback cb)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
BestMatchPinger.ping(InetAddress host,
    long timeout,
    int retries,
    int packetsize,
    int sequenceId,
    PingResponseCallback cb)  | 
void | 
BestMatchPinger.ping(InetAddress host,
    long timeout,
    int retries,
    int sequenceId,
    PingResponseCallback cb)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
JnaPinger.ping(InetAddress host,
    long timeout,
    int retries,
    int packetsize,
    int sequenceId,
    PingResponseCallback cb)
ping 
 | 
void | 
JnaPinger.ping(InetAddress host,
    long timeout,
    int retries,
    int sequenceId,
    PingResponseCallback cb)
ping 
 | 
| Constructor and Description | 
|---|
JnaPingRequest(InetAddress addr,
              int identifier,
              int sequenceId,
              long timeout,
              int retries,
              int packetsize,
              PingResponseCallback cb)  | 
JnaPingRequest(InetAddress addr,
              int identifier,
              int sequenceId,
              long threadId,
              long timeout,
              int retries,
              int packetsize,
              PingResponseCallback cb)  | 
JnaPingRequest(JnaPingRequestId id,
              long timeout,
              int retries,
              int packetsize,
              PingResponseCallback cb)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
JniPinger.ping(InetAddress host,
    long timeout,
    int retries,
    int packetsize,
    int sequenceId,
    PingResponseCallback cb)
ping 
 | 
void | 
JniPinger.ping(InetAddress host,
    long timeout,
    int retries,
    int sequenceId,
    PingResponseCallback cb)
ping 
 | 
| Constructor and Description | 
|---|
JniPingRequest(InetAddress addr,
              int identifier,
              int sequenceNumber,
              long timeout,
              int retries,
              int packetsize,
              PingResponseCallback cb)  | 
JniPingRequest(InetAddress addr,
              int identifier,
              int sequenceNumber,
              long threadId,
              long timeout,
              int retries,
              int packetsize,
              PingResponseCallback cb)  | 
JniPingRequest(JniPingRequestId id,
              long timeout,
              int retries,
              int packetsize,
              PingResponseCallback callback)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Jni6Pinger.ping(InetAddress host,
    long timeout,
    int retries,
    int packetsize,
    int sequenceId,
    PingResponseCallback cb)
ping 
 | 
void | 
Jni6Pinger.ping(InetAddress host,
    long timeout,
    int retries,
    int sequenceId,
    PingResponseCallback cb)
ping 
 | 
| Constructor and Description | 
|---|
Jni6PingRequest(Inet6Address addr,
               int identifier,
               int sequenceNumber,
               long timeout,
               int retries,
               int packetsize,
               PingResponseCallback cb)  | 
Jni6PingRequest(Inet6Address addr,
               int identifier,
               int sequenceNumber,
               long threadId,
               long timeout,
               int retries,
               int packetsize,
               PingResponseCallback cb)  | 
Jni6PingRequest(Jni6PingRequestId id,
               long timeout,
               int retries,
               int packetsize,
               PingResponseCallback callback)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
PingResultTracker  | 
Copyright © 2021. All rights reserved.