|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PingResponseCallback
PingResponseCallback interface.
| Method Summary | |
|---|---|
void |
handleError(InetAddress address,
org.opennms.protocols.icmp.ICMPEchoPacket packet,
Throwable t)
handleError |
void |
handleResponse(InetAddress address,
org.opennms.protocols.icmp.ICMPEchoPacket packet)
handleResponse |
void |
handleTimeout(InetAddress address,
org.opennms.protocols.icmp.ICMPEchoPacket packet)
handleTimeout |
| Method Detail |
|---|
void handleResponse(InetAddress address,
org.opennms.protocols.icmp.ICMPEchoPacket packet)
handleResponse
address - a InetAddress object.packet - a ICMPEchoPacket object.
void handleTimeout(InetAddress address,
org.opennms.protocols.icmp.ICMPEchoPacket packet)
handleTimeout
address - a InetAddress object.packet - a ICMPEchoPacket object.
void handleError(InetAddress address,
org.opennms.protocols.icmp.ICMPEchoPacket packet,
Throwable t)
handleError
address - a InetAddress object.packet - a ICMPEchoPacket object.t - a Throwable object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||