| Package | Description |
|---|---|
| org.mockserver.client | |
| org.mockserver.log | |
| org.mockserver.model | |
| org.mockserver.serialization | |
| org.mockserver.serialization.model |
| Modifier and Type | Method and Description |
|---|---|
LogEventRequestAndResponse[] |
MockServerClient.retrieveRecordedRequestsAndResponses(RequestDefinition requestDefinition)
Retrieve the recorded requests and responses that match the httpRequest parameter, use null for the parameter to retrieve all requests and responses
|
| Modifier and Type | Method and Description |
|---|---|
void |
MockServerEventLog.retrieveRequestResponses(RequestDefinition requestDefinition,
Consumer<List<LogEventRequestAndResponse>> listConsumer) |
| Modifier and Type | Method and Description |
|---|---|
LogEventRequestAndResponse |
LogEventRequestAndResponse.withHttpRequest(RequestDefinition httpRequest) |
LogEventRequestAndResponse |
LogEventRequestAndResponse.withHttpResponse(HttpResponse httpResponse) |
LogEventRequestAndResponse |
LogEventRequestAndResponse.withTimestamp(String timestamp) |
| Modifier and Type | Method and Description |
|---|---|
LogEventRequestAndResponse |
LogEventRequestAndResponseSerializer.deserialize(String jsonHttpRequestAndHttpResponse) |
LogEventRequestAndResponse[] |
LogEventRequestAndResponseSerializer.deserializeArray(String jsonHttpRequestAndHttpResponse) |
| Modifier and Type | Method and Description |
|---|---|
String |
LogEventRequestAndResponseSerializer.serialize(LogEventRequestAndResponse... httpRequestAndHttpResponses) |
String |
LogEventRequestAndResponseSerializer.serialize(LogEventRequestAndResponse httpRequestAndHttpResponse) |
| Modifier and Type | Method and Description |
|---|---|
String |
LogEventRequestAndResponseSerializer.serialize(List<LogEventRequestAndResponse> httpRequestAndHttpResponses) |
| Modifier and Type | Method and Description |
|---|---|
LogEventRequestAndResponse |
LogEventRequestAndResponseDTO.buildObject() |
| Constructor and Description |
|---|
LogEventRequestAndResponseDTO(LogEventRequestAndResponse httpRequestAndHttpResponse) |
Copyright © 2020. All rights reserved.