Uses of Class
com.jayway.restassured.config.HttpClientConfig

Packages that use HttpClientConfig
com.jayway.restassured.config   
com.jayway.restassured.internal   
 

Uses of HttpClientConfig in com.jayway.restassured.config
 

Methods in com.jayway.restassured.config that return HttpClientConfig
 HttpClientConfig HttpClientConfig.addParams(Map<String,?> httpClientParams)
          Add the given parameters to an already configured number of parameters.
 HttpClientConfig HttpClientConfig.and()
           
 HttpClientConfig RestAssuredConfig.getHttpClientConfig()
           
static HttpClientConfig HttpClientConfig.httpClientConfig()
           
<T> HttpClientConfig
HttpClientConfig.setParam(String parameterName, T parameterValue)
          Set a http client parameter.
 HttpClientConfig HttpClientConfig.setParams(Map<String,?> httpClientParams)
          Replaces the currently configured parameters with the ones supplied by httpClientParams.
 HttpClientConfig HttpClientConfig.withParams(Map<String,?> httpClientParams)
          Replaces the currently configured parameters with the ones supplied by httpClientParams.
 

Methods in com.jayway.restassured.config with parameters of type HttpClientConfig
 RestAssuredConfig RestAssuredConfig.httpClient(HttpClientConfig httpClientConfig)
          Set the HTTP Client config.
 

Constructors in com.jayway.restassured.config with parameters of type HttpClientConfig
RestAssuredConfig(RedirectConfig redirectConfig, HttpClientConfig httpClientConfig, LogConfig logConfig)
          Create a new RestAssuredConfiguration with the supplied RedirectConfig, HttpClientConfig and LogConfig.
 

Uses of HttpClientConfig in com.jayway.restassured.internal
 

Methods in com.jayway.restassured.internal with parameters of type HttpClientConfig
 Object RequestSpecificationImpl.applyHttpClientConfig(HttpClientConfig httpClientConfig)
           
 



Copyright © 2010-2011. All Rights Reserved.