|
||||||||||
| 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,
EchoPacket request,
Throwable t)
handleError |
void |
handleResponse(InetAddress address,
EchoPacket response)
handleResponse |
void |
handleTimeout(InetAddress address,
EchoPacket request)
handleTimeout |
| Method Detail |
|---|
void handleResponse(InetAddress address,
EchoPacket response)
handleResponse
address - a InetAddress object.response - a EchoPacket object.
void handleTimeout(InetAddress address,
EchoPacket request)
handleTimeout
address - a InetAddress object.request - TODO
void handleError(InetAddress address,
EchoPacket request,
Throwable t)
handleError
address - a InetAddress object.request - a EchoPacket object.t - a Throwable object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||