| Package | Description |
|---|---|
| org.mockserver.client.serialization.model | |
| org.mockserver.mock | |
| org.mockserver.model |
| Modifier and Type | Method and Description |
|---|---|
HttpResponse |
HttpResponseDTO.buildObject() |
| Constructor and Description |
|---|
HttpResponseDTO(HttpResponse httpResponse) |
| Modifier and Type | Method and Description |
|---|---|
HttpResponse |
Expectation.getHttpResponse() |
HttpResponse |
MockServer.handle(HttpRequest httpRequest) |
| Modifier and Type | Method and Description |
|---|---|
Expectation |
Expectation.respond(HttpResponse httpResponse) |
| Modifier and Type | Method and Description |
|---|---|
HttpResponse |
HttpResponse.applyDelay() |
HttpResponse |
HttpResponse.withBody(String body) |
HttpResponse |
HttpResponse.withCookies(Cookie... cookies) |
HttpResponse |
HttpResponse.withCookies(List<Cookie> cookies) |
HttpResponse |
HttpResponse.withDelay(Delay delay) |
HttpResponse |
HttpResponse.withHeaders(Header... headers) |
HttpResponse |
HttpResponse.withHeaders(List<Header> headers) |
HttpResponse |
HttpResponse.withStatusCode(Integer statusCode) |
Copyright © 2013. All Rights Reserved.