Uses of Class
com.jayway.restassured.internal.http.HttpContextDecorator

Packages that use HttpContextDecorator
com.jayway.restassured.internal.http   
 

Uses of HttpContextDecorator in com.jayway.restassured.internal.http
 

Methods in com.jayway.restassured.internal.http that return HttpContextDecorator
 HttpContextDecorator HttpResponseDecorator.getContext()
          Get the execution context used during this request
 HttpContextDecorator HTTPBuilder.RequestConfigDelegate.getContext()
          Get the HttpContext that will be used for this request.
 

Constructors in com.jayway.restassured.internal.http with parameters of type HttpContextDecorator
HttpResponseDecorator(org.apache.http.HttpResponse base, HttpContextDecorator context, Object parsedResponse)
           
 



Copyright © 2010-2012. All Rights Reserved.