Modifier and Type | Class and Description |
---|---|
class |
ResponseParseException
Thrown when a response body is parsed unsuccessfully.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AsyncHTTPBuilder.defaultFailureHandler(HttpResponseDecorator resp)
For 'failure' responses (e.g.
|
protected void |
HTTPBuilder.defaultFailureHandler(HttpResponseDecorator resp)
This is the default
response.failure handler. |
protected void |
RESTClient.defaultFailureHandler(HttpResponseDecorator resp,
Object data)
Throws an exception for non-successful HTTP response codes.
|
protected Object |
HTTPBuilder.parseResponse(org.apache.http.HttpResponse resp,
Object contentType)
Parse the response data based on the given content-type.
|
Copyright © 2008–2018. All rights reserved.