Uses of Class
groovyx.net.http.HTTPBuilder
-
-
Uses of HTTPBuilder in groovyx.net.http
Subclasses of HTTPBuilder in groovyx.net.http Modifier and Type Class Description class
AsyncHTTPBuilder
This implementation makes all requests asynchronous by submitting jobs to aThreadPoolExecutor
.class
RESTClient
Extension to HTTPBuilder that basically attempts to provide a slightly more REST-ful face on top of HTTPBuilder.Fields in groovyx.net.http declared as HTTPBuilder Modifier and Type Field Description protected HTTPBuilder
AuthConfig. builder
Constructors in groovyx.net.http with parameters of type HTTPBuilder Constructor Description AuthConfig(HTTPBuilder builder)
-