Uses of Class
groovyx.net.http.ResponseParseException
-
-
Uses of ResponseParseException in groovyx.net.http
Methods in groovyx.net.http that throw ResponseParseException Modifier and Type Method Description protected java.lang.Object
AsyncHTTPBuilder. defaultSuccessHandler(HttpResponseDecorator resp, java.lang.Object parsedData)
This is the defaultresponse.success
handler.protected java.lang.Object
HTTPBuilder. defaultSuccessHandler(HttpResponseDecorator resp, java.lang.Object parsedData)
This is the defaultresponse.success
handler.protected HttpResponseDecorator
RESTClient. defaultSuccessHandler(HttpResponseDecorator resp, java.lang.Object data)
Returns anHttpResponseDecorator
, which provides simplified access to headers, response code, and parsed response body, as well as the underlyingHttpResponse
instance.private java.lang.Object
HttpURLClient. getparsedResult(java.lang.String method, java.lang.Object contentType, org.apache.http.HttpResponse response)
-