|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AsyncConnectorCallback
Asynchronous connector response processing callback contract.
| Method Summary | |
|---|---|
void |
failure(Throwable failure)
Invoked in case the asynchronous request invocation failed. |
void |
response(ClientResponse response)
Invoked when a response for the asynchronously invoked request is available. |
| Method Detail |
|---|
void response(ClientResponse response)
response - asynchronously received client response.void failure(Throwable failure)
failure - cause of the asynchronous request invocation failure.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||