| Package | Description |
|---|---|
| groovyx.net.http |
HTTPBuilder provides a simple Groovy API for HTTP and REST client operations.
|
| Modifier and Type | Method and Description |
|---|---|
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. |
protected Object |
HTTPBuilder.defaultSuccessHandler(HttpResponseDecorator resp,
Object parsedData)
This is the default
response.success handler. |
protected Object |
AsyncHTTPBuilder.defaultSuccessHandler(HttpResponseDecorator resp,
Object parsedData)
This is the default
response.success handler. |
Copyright © 2008-2014. All Rights Reserved.