Uses of Class
groovyx.net.http.HttpResponseException
-
-
Uses of HttpResponseException in groovyx.net.http
Subclasses of HttpResponseException in groovyx.net.http Modifier and Type Class Description classResponseParseExceptionThrown when a response body is parsed unsuccessfully.Methods in groovyx.net.http that throw HttpResponseException Modifier and Type Method Description protected voidAsyncHTTPBuilder. defaultFailureHandler(HttpResponseDecorator resp)For 'failure' responses (e.g.protected voidHTTPBuilder. defaultFailureHandler(HttpResponseDecorator resp)This is the defaultresponse.failurehandler.protected voidRESTClient. defaultFailureHandler(HttpResponseDecorator resp, java.lang.Object data)Throws an exception for non-successful HTTP response codes.protected java.lang.ObjectHTTPBuilder. parseResponse(org.apache.http.HttpResponse resp, java.lang.Object contentType)Parse the response data based on the given content-type.
-