|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HTTPBuilder.RequestConfigDelegate | |
---|---|
groovyx.net.http | HTTPBuilder provides a simple Groovy API for HTTP and REST client operations. |
Uses of HTTPBuilder.RequestConfigDelegate in groovyx.net.http |
---|
Methods in groovyx.net.http with parameters of type HTTPBuilder.RequestConfigDelegate | |
---|---|
protected Object |
HTTPBuilder.doRequest(HTTPBuilder.RequestConfigDelegate delegate)
All request methods delegate to this method. |
protected Future<?> |
AsyncHTTPBuilder.doRequest(HTTPBuilder.RequestConfigDelegate delegate)
Submits a Callable instance to the job pool, which in turn will
call HTTPBuilder.doRequest(RequestConfigDelegate) in an asynchronous
thread. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |