Uses of Class
groovyx.net.http.HTTPBuilder

Packages that use HTTPBuilder
groovyx.net.http HTTPBuilder provides a simple Groovy API for HTTP and REST client operations. 
 

Uses of HTTPBuilder in groovyx.net.http
 

Subclasses of HTTPBuilder in groovyx.net.http
 class AsyncHTTPBuilder
          This implementation makes all requests asynchronous by submitting jobs to a ThreadPoolExecutor.
 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
protected  HTTPBuilder AuthConfig.builder
           
 

Constructors in groovyx.net.http with parameters of type HTTPBuilder
AuthConfig(HTTPBuilder builder)
           
 



Copyright © 2008-2011. All Rights Reserved.