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 ObjectAsyncHTTPBuilder. defaultSuccessHandler(HttpResponseDecorator resp, Object parsedData)This is the defaultresponse.successhandler.protected ObjectHTTPBuilder. defaultSuccessHandler(HttpResponseDecorator resp, Object parsedData)This is the defaultresponse.successhandler.protected HttpResponseDecoratorRESTClient. defaultSuccessHandler(HttpResponseDecorator resp, Object data)Returns anHttpResponseDecorator, which provides simplified access to headers, response code, and parsed response body, as well as the underlyingHttpResponseinstance.
-