|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgriffon.plugins.rest.AbstractRestProvider
public abstract class AbstractRestProvider extends Object
| Constructor Summary | |
AbstractRestProvider()
|
|
| Method Summary | |
|---|---|
protected groovyx.net.http.AsyncHTTPBuilder
|
getAsyncHttpClient(Map params)
|
protected groovyx.net.http.HTTPBuilder
|
getHttpClient(Map params)
|
protected groovyx.net.http.RESTClient
|
getRestClient(Map params)
|
R
|
withAsyncHttp(Map params, Closure closure)
|
R
|
withAsyncHttp(Map params, CallableWithArgs callable)
|
R
|
withHttp(Map params, Closure closure)
|
R
|
withHttp(Map params, CallableWithArgs callable)
|
R
|
withRest(Map params, Closure closure)
|
R
|
withRest(Map params, CallableWithArgs callable)
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Constructor Detail |
|---|
AbstractRestProvider()
| Method Detail |
|---|
protected groovyx.net.http.AsyncHTTPBuilder getAsyncHttpClient(Map params)
protected groovyx.net.http.HTTPBuilder getHttpClient(Map params)
protected groovyx.net.http.RESTClient getRestClient(Map params)
public R withAsyncHttp(Map params, Closure closure)
public R withAsyncHttp(Map params, CallableWithArgs callable)
public R withHttp(Map params, Closure closure)
public R withHttp(Map params, CallableWithArgs callable)
public R withRest(Map params, Closure closure)
public R withRest(Map params, CallableWithArgs callable)
Groovy Documentation