Package | Description |
---|---|
groovyx.net.http |
HTTPBuilder provides a simple Groovy API for HTTP and REST client operations.
|
Modifier and Type | Method and Description |
---|---|
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. |
Copyright © 2008–2014. All rights reserved.