Modifier and Type | Method and Description |
---|---|
EchoPacket |
PingSequence.getResponse() |
Modifier and Type | Method and Description |
---|---|
void |
PingServiceResponseCallback.handleError(InetAddress address,
EchoPacket request,
Throwable t) |
void |
PingServiceResponseCallback.handleResponse(InetAddress address,
EchoPacket response) |
void |
PingServiceResponseCallback.handleTimeout(InetAddress address,
EchoPacket request) |
Constructor and Description |
---|
PingSequence(EchoPacket response) |
PingSequence(EchoPacket request,
boolean timeout) |
PingSequence(EchoPacket request,
Throwable t) |
Modifier and Type | Method and Description |
---|---|
void |
DiscoveryPingResponseCallback.handleError(InetAddress address,
EchoPacket request,
Throwable t)
handleError
|
void |
DiscoveryPingResponseCallback.handleResponse(InetAddress address,
EchoPacket response)
handleResponse
|
void |
DiscoveryPingResponseCallback.handleTimeout(InetAddress address,
EchoPacket request)
handleTimeout
|
Modifier and Type | Method and Description |
---|---|
void |
SinglePingResponseCallback.handleError(InetAddress address,
EchoPacket request,
Throwable t)
handleError
|
void |
PingResponseCallback.handleError(InetAddress address,
EchoPacket request,
Throwable t)
handleError
|
void |
ParallelPingResponseCallback.handleError(InetAddress address,
EchoPacket request,
Throwable t)
handleError
|
void |
LogPrefixPreservingPingResponseCallback.handleError(InetAddress address,
EchoPacket request,
Throwable t) |
void |
SinglePingResponseCallback.handleResponse(InetAddress address,
EchoPacket response)
handleResponse
|
void |
PingResponseCallback.handleResponse(InetAddress address,
EchoPacket response)
handleResponse
|
void |
ParallelPingResponseCallback.handleResponse(InetAddress address,
EchoPacket response)
handleResponse
|
void |
LogPrefixPreservingPingResponseCallback.handleResponse(InetAddress address,
EchoPacket response) |
void |
SinglePingResponseCallback.handleTimeout(InetAddress address,
EchoPacket request)
handleTimeout
|
void |
PingResponseCallback.handleTimeout(InetAddress address,
EchoPacket request)
handleTimeout
|
void |
ParallelPingResponseCallback.handleTimeout(InetAddress address,
EchoPacket request)
handleTimeout
|
void |
LogPrefixPreservingPingResponseCallback.handleTimeout(InetAddress address,
EchoPacket request) |
Modifier and Type | Class and Description |
---|---|
class |
JnaPingReply
This class is use to encapsulate an ICMP reply that conforms to the
packet class. |
class |
JnaPingRequest
This class is used to encapsulate a ping request.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractPinger.notifyPingListeners(InetAddress address,
EchoPacket echoReply) |
void |
JnaIcmpMessenger.onPingReply(InetAddress address,
EchoPacket packet) |
void |
PingReplyListener.onPingReply(InetAddress inetAddress,
EchoPacket packet) |
Constructor and Description |
---|
JnaPingReply(InetAddress addr,
EchoPacket pkt)
Constructs a new reply with the passed address and packet as the contents
of the reply.
|
Modifier and Type | Class and Description |
---|---|
class |
JniPingRequest
This class is used to encapsulate a ping request.
|
class |
JniPingResponse
This class is use to encapsulate an ICMP reply that conforms to the
packet class. |
Modifier and Type | Class and Description |
---|---|
class |
Jni6PingRequest
This class is used to encapsulate a ping request.
|
class |
Jni6PingResponse
This class is use to encapsulate an ICMP reply that conforms to the
packet class. |
Copyright © 2017. All rights reserved.