|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgriffon.plugins.rest.AbstractRestProvider
griffon.plugins.rest.DefaultRestProvider
public class DefaultRestProvider extends AbstractRestProvider
| Field Summary | |
|---|---|
private static DefaultRestProvider |
INSTANCE
|
| Constructor Summary | |
private DefaultRestProvider()
|
|
| Method Summary | |
|---|---|
protected groovyx.net.http.AsyncHTTPBuilder
|
getAsyncHttpClient(Map params)
|
protected groovyx.net.http.HTTPBuilder
|
getHttpClient(Map params)
|
static DefaultRestProvider
|
getInstance()
|
protected groovyx.net.http.RESTClient
|
getRestClient(Map params)
|
| Methods inherited from class AbstractRestProvider | |
|---|---|
| getAsyncHttpClient, getHttpClient, getRestClient, withAsyncHttp, withAsyncHttp, withHttp, withHttp, withRest, withRest |
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Field Detail |
|---|
private static final DefaultRestProvider INSTANCE
| Constructor Detail |
|---|
private DefaultRestProvider()
| Method Detail |
|---|
@Override protected groovyx.net.http.AsyncHTTPBuilder getAsyncHttpClient(Map params)
@Override protected groovyx.net.http.HTTPBuilder getHttpClient(Map params)
public static DefaultRestProvider getInstance()
@Override protected groovyx.net.http.RESTClient getRestClient(Map params)
Groovy Documentation