|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RestAssuredConfig | |
|---|---|
| com.jayway.restassured | |
| com.jayway.restassured.builder | |
| com.jayway.restassured.config | |
| com.jayway.restassured.internal | |
| com.jayway.restassured.specification | |
| Uses of RestAssuredConfig in com.jayway.restassured |
|---|
| Fields in com.jayway.restassured declared as RestAssuredConfig | |
|---|---|
static RestAssuredConfig |
RestAssured.config
Define a configuration for redirection settings and http client parameters (default is null). |
| Uses of RestAssuredConfig in com.jayway.restassured.builder |
|---|
| Methods in com.jayway.restassured.builder with parameters of type RestAssuredConfig | |
|---|---|
RequestSpecBuilder |
RequestSpecBuilder.setConfig(RestAssuredConfig config)
Define a configuration for redirection settings and http client parameters. |
| Uses of RestAssuredConfig in com.jayway.restassured.config |
|---|
| Methods in com.jayway.restassured.config that return RestAssuredConfig | |
|---|---|
RestAssuredConfig |
RestAssuredConfig.and()
Syntactic sugar. |
static RestAssuredConfig |
RestAssuredConfig.config()
|
RestAssuredConfig |
RestAssuredConfig.httpClient(HttpClientConfig httpClientConfig)
Set the HTTP Client config. |
RestAssuredConfig |
RestAssuredConfig.logConfig(LogConfig logConfig)
Set the Log config. |
static RestAssuredConfig |
RestAssuredConfig.newConfig()
|
RestAssuredConfig |
RestAssuredConfig.redirect(RedirectConfig redirectConfig)
Set the redirect config. |
RestAssuredConfig |
RestAssuredConfig.set()
Syntactic sugar. |
| Uses of RestAssuredConfig in com.jayway.restassured.internal |
|---|
| Methods in com.jayway.restassured.internal that return RestAssuredConfig | |
|---|---|
RestAssuredConfig |
RequestSpecificationImpl.getConfig()
|
| Methods in com.jayway.restassured.internal with parameters of type RestAssuredConfig | |
|---|---|
RequestSpecification |
RequestSpecificationImpl.config(RestAssuredConfig config)
|
| Constructors in com.jayway.restassured.internal with parameters of type RestAssuredConfig | |
|---|---|
RequestSpecificationImpl(String baseURI,
int requestPort,
String basePath,
AuthenticationScheme defaultAuthScheme,
List<Filter> filters,
KeystoreSpec keyStoreSpec,
Object defaultRequestContentType,
RequestSpecification defaultSpec,
boolean urlEncode,
RestAssuredConfig restAssuredConfig)
|
|
| Uses of RestAssuredConfig in com.jayway.restassured.specification |
|---|
| Methods in com.jayway.restassured.specification that return RestAssuredConfig | |
|---|---|
RestAssuredConfig |
FilterableRequestSpecification.getConfig()
|
| Methods in com.jayway.restassured.specification with parameters of type RestAssuredConfig | |
|---|---|
RequestSpecification |
RequestSpecification.config(RestAssuredConfig config)
Define a configuration for redirection settings and http client parameters. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||