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 aCallableinstance to the job pool, which in turn will callHTTPBuilder.doRequest(RequestConfigDelegate)in an asynchronous thread.protected java.lang.ObjectHTTPBuilder. doRequest(HTTPBuilder.RequestConfigDelegate delegate)Allrequestmethods delegate to this method.private java.lang.ObjectAsyncHTTPBuilder. doRequestSuper(HTTPBuilder.RequestConfigDelegate delegate)
-