Uses of Class
groovyx.net.http.HTTPBuilder.RequestConfigDelegate
-
-
Uses of HTTPBuilder.RequestConfigDelegate in groovyx.net.http
Methods in groovyx.net.http with parameters of type HTTPBuilder.RequestConfigDelegate Modifier and Type Method Description protected Future<?>
AsyncHTTPBuilder. doRequest(HTTPBuilder.RequestConfigDelegate delegate)
Submits aCallable
instance to the job pool, which in turn will callHTTPBuilder.doRequest(RequestConfigDelegate)
in an asynchronous thread.protected Object
HTTPBuilder. doRequest(HTTPBuilder.RequestConfigDelegate delegate)
Allrequest
methods delegate to this method.
-