An instance of this interface will asynchronously receive the results of a HTTP request execution enqueued using one of the methods in RestManager. More...
Classes | |
class | Join |
Helper class to aggregate the execution of more RestCallbacks into a single Object. | |
class | Meta |
Helper class for easy dealing between threads when using RestCallback. More... | |
Public Member Functions | |
void | on (Request request, Response response) |
An instance of this interface will asynchronously receive the results of a HTTP request execution enqueued using one of the methods in RestManager.
This method will be called after completing a request (enqueued by RestManager). This method is executed in the thread of the underlying spooler processes the enqueued requests.
request | the generated request |
response | the received response from the server |
Implemented in RestCallback.Meta.