Uses of Package
com.jayway.restassured.internal.http

Packages that use com.jayway.restassured.internal.http
com.jayway.restassured.authentication   
com.jayway.restassured.filter   
com.jayway.restassured.internal   
com.jayway.restassured.internal.filter   
com.jayway.restassured.internal.http   
 

Classes in com.jayway.restassured.internal.http used by com.jayway.restassured.authentication
HTTPBuilder
           Groovy DSL for easily making HTTP requests, and handling request and response data.
 

Classes in com.jayway.restassured.internal.http used by com.jayway.restassured.filter
Method
          Enumeration of valid HTTP methods that may be used in REST Assured.
 

Classes in com.jayway.restassured.internal.http used by com.jayway.restassured.internal
HTTPBuilder
           Groovy DSL for easily making HTTP requests, and handling request and response data.
 

Classes in com.jayway.restassured.internal.http used by com.jayway.restassured.internal.filter
Method
          Enumeration of valid HTTP methods that may be used in REST Assured.
 

Classes in com.jayway.restassured.internal.http used by com.jayway.restassured.internal.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.
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.
HttpResponseContentTypeFinder
           
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 REST Assured.
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 © 2010-2012. All Rights Reserved.