Groovy Documentation

griffon.plugins.rest
[Java] Interface RestProvider


public interface RestProvider

Authors:
Andres Almiray


Method Summary
Object withAsyncHttp(Map params, Closure closure)

Object withAsyncHttp(Map params, CallableWithArgs callable)

Object withHttp(Map params, Closure closure)

Object withHttp(Map params, CallableWithArgs callable)

Object withRest(Map params, Closure closure)

Object withRest(Map params, CallableWithArgs callable)

 

Method Detail

withAsyncHttp

public Object withAsyncHttp(Map params, Closure closure)


withAsyncHttp

public Object withAsyncHttp(Map params, CallableWithArgs callable)


withHttp

public Object withHttp(Map params, Closure closure)


withHttp

public Object withHttp(Map params, CallableWithArgs callable)


withRest

public Object withRest(Map params, Closure closure)


withRest

public Object withRest(Map params, CallableWithArgs callable)


 

Groovy Documentation