Uses of Package
groovyx.net.http

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

Classes in groovyx.net.http used by groovyx.net.http
AuthConfig
          Encapsulates all configuration related to HTTP authentication methods.
ContentEncoding
          Base class for handing content-encoding.
ContentEncoding.Type
          Enumeration of common content-encodings.
ContentEncodingRegistry
          Keeps track of available content-encoding handlers.
ContentType
          Enumeration of common IANA content-types.
EncoderRegistry
          This class handles creation of the request body (i.e.
HTTPBuilder
           Groovy DSL for easily making HTTP requests, and handling request and response data.
HTTPBuilder.RequestConfigDelegate
          Encloses all properties and method calls used within the HTTPBuilder.request(Object, Method, Object, Closure) 'config' closure argument.
HttpContextDecorator
          HttpContext stores many transient properties of an HTTP request.
HttpResponseDecorator
          This class is a wrapper for HttpResponse, which allows for simplified header access, as well as carrying the auto-parsed response data.
HttpResponseDecorator.HeadersDecorator
          This class is returned by HttpResponseDecorator.getHeaders().
HttpResponseException
          Wraps an error response in an exception for flow control purposes.
Method
          Enumeration of valid HTTP methods that may be used in a request call.
ParserRegistry
          Keeps track of response parsers for each content type.
ResponseParseException
          Thrown when a response body is parsed unsuccessfully.
Status
          Mapping of HTTP response codes to a constant 'success' or 'failure' value.
URIBuilder
          This class implements a mutable URI.
 



Copyright © 2008-2011. All Rights Reserved.