Modifier and Type | Method | Description |
---|---|---|
protected Object |
AsyncHTTPBuilder.defaultSuccessHandler(HttpResponseDecorator resp,
Object parsedData) |
This is the default
response.success handler. |
protected Object |
HTTPBuilder.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. |
Copyright © 2008–2019. All rights reserved.