| Package | Description |
|---|---|
| io.fabric8.mockwebserver.dsl | |
| io.fabric8.mockwebserver.internal |
| Modifier and Type | Method and Description |
|---|---|
static HttpMethod |
HttpMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpMethod[] |
HttpMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
HttpMethod |
SimpleRequest.getMethod() |
| Constructor and Description |
|---|
MockServerExpectationImpl(Context context,
HttpMethod method,
String path,
int statusCode,
String body,
String[] chunks,
long delay,
TimeUnit delayUnit,
int times,
Map<ServerRequest,Queue<ServerResponse>> responses) |
MockServerExpectationImpl(Context context,
HttpMethod method,
String path,
ResponseProvider<String> bodyProvider,
ResponseProvider<List<String>> chunksProvider,
long delay,
TimeUnit delayUnit,
int times,
Map<ServerRequest,Queue<ServerResponse>> responses) |
SimpleRequest(HttpMethod method,
String path) |
Copyright © 2015–2024 Red Hat. All rights reserved.