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 java.util.concurrent.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 java.lang.Object
HTTPBuilder. doRequest(HTTPBuilder.RequestConfigDelegate delegate)
Allrequest
methods delegate to this method.private java.lang.Object
AsyncHTTPBuilder. doRequestSuper(HTTPBuilder.RequestConfigDelegate delegate)
-