Modifier and Type | Method and Description |
---|---|
protected Object |
AsyncHTTPBuilder.defaultSuccessHandler(HttpResponseDecorator resp,
Object parsedData)
This is the default
response.success handler. |
protected HttpResponseDecorator |
RESTClient.defaultSuccessHandler(HttpResponseDecorator resp,
Object data)
Returns an
HttpResponseDecorator , which provides simplified
access to headers, response code, and parsed response body, as well as
the underlying HttpResponse instance. |
protected Object |
HTTPBuilder.defaultSuccessHandler(HttpResponseDecorator resp,
Object parsedData)
This is the default
response.success handler. |
Copyright © 2008–2018. All rights reserved.