|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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()
|
|
|
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,
EncoderConfig encoderConfig,
DecoderConfig decoderConfig,
SessionConfig sessionConfig)
Create a new RestAssuredConfiguration with the supplied RedirectConfig, HttpClientConfig, LogConfig,
EncoderConfig, DecoderConfig and SessionConfig. |
|
| Uses of HttpClientConfig in com.jayway.restassured.internal |
|---|
| Methods in com.jayway.restassured.internal with parameters of type HttpClientConfig | |
|---|---|
Object |
RequestSpecificationImpl.applyHttpClientConfig(HttpClientConfig httpClientConfig)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||