Package | Description |
---|---|
org.opennms.netmgt.icmp | |
org.opennms.netmgt.icmp.jna | |
org.opennms.netmgt.icmp.jni | |
org.opennms.netmgt.icmp.jni6 | |
org.opennms.netmgt.icmp.proxy |
Modifier and Type | Method and Description |
---|---|
void |
SinglePingResponseCallback.handleError(InetAddress address,
EchoPacket request,
Throwable t)
handleError
|
void |
LogPrefixPreservingPingResponseCallback.handleError(InetAddress address,
EchoPacket request,
Throwable t) |
void |
PingResponseCallback.handleError(InetAddress address,
EchoPacket request,
Throwable t)
handleError
|
void |
ParallelPingResponseCallback.handleError(InetAddress address,
EchoPacket request,
Throwable t)
handleError
|
void |
SinglePingResponseCallback.handleResponse(InetAddress address,
EchoPacket response)
handleResponse
|
void |
LogPrefixPreservingPingResponseCallback.handleResponse(InetAddress address,
EchoPacket response) |
void |
PingResponseCallback.handleResponse(InetAddress address,
EchoPacket response)
handleResponse
|
void |
ParallelPingResponseCallback.handleResponse(InetAddress address,
EchoPacket response)
handleResponse
|
void |
SinglePingResponseCallback.handleTimeout(InetAddress address,
EchoPacket request)
handleTimeout
|
void |
LogPrefixPreservingPingResponseCallback.handleTimeout(InetAddress address,
EchoPacket request) |
void |
PingResponseCallback.handleTimeout(InetAddress address,
EchoPacket request)
handleTimeout
|
void |
ParallelPingResponseCallback.handleTimeout(InetAddress address,
EchoPacket request)
handleTimeout
|
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. |
Modifier and Type | Method and Description |
---|---|
void |
PingResultTracker.handleError(InetAddress address,
EchoPacket request,
Throwable t) |
void |
PingResultTracker.handleResponse(InetAddress address,
EchoPacket response) |
void |
PingResultTracker.handleTimeout(InetAddress address,
EchoPacket request) |
Copyright © 2021. All rights reserved.