|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.icmp.jna.JnaPingReply
public final class JnaPingReply
This class is use to encapsulate an ICMP reply that conforms to the
packetclass. The reply must be of type ICMP Echo Reply and be
the correct length.
When constructed by the create method the returned reply
encapsulates the sender's address and the received packet as final,
non-mutable values for the instance.
| Constructor Summary | |
|---|---|
JnaPingReply(InetAddress addr,
EchoPacket pkt)
Constructs a new reply with the passed address and packet as the contents of the reply. |
|
| Method Summary | |
|---|---|
double |
elapsedTime(TimeUnit timeUnit)
Returns the round trip time in the requested TimeUnit (note that a fractional value will be returned if necessary) |
InetAddress |
getAddress()
Returns the internet address of the host that sent the reply. |
int |
getIdentifier()
|
long |
getReceivedTimeNanos()
|
JnaPingRequestId |
getRequestId()
getRequestId |
long |
getSentTimeNanos()
|
int |
getSequenceNumber()
|
long |
getThreadId()
|
boolean |
isEchoReply()
Returns true if the recovered packet is an echo reply. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public JnaPingReply(InetAddress addr,
EchoPacket pkt)
addr - The address of the ICMP sender.pkt - The received packet.| Method Detail |
|---|
public JnaPingRequestId getRequestId()
getRequestId
getRequestId in interface org.opennms.protocols.rt.ResponseWithId<JnaPingRequestId>org.opennms.netmgt.icmp.spi.PingRequestId object.public final InetAddress getAddress()
InetAddress object.public boolean isEchoReply()
isEchoReply in interface EchoPacketpublic int getIdentifier()
getIdentifier in interface EchoPacketpublic int getSequenceNumber()
getSequenceNumber in interface EchoPacketpublic long getThreadId()
getThreadId in interface EchoPacketpublic long getReceivedTimeNanos()
getReceivedTimeNanos in interface EchoPacketpublic long getSentTimeNanos()
getSentTimeNanos in interface EchoPacketpublic double elapsedTime(TimeUnit timeUnit)
EchoPacket
elapsedTime in interface EchoPacketpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||