Uses of Class
org.mockserver.model.LogEventRequestAndResponse
-
Packages that use LogEventRequestAndResponse Package Description org.mockserver.client org.mockserver.log org.mockserver.model org.mockserver.serialization org.mockserver.serialization.model -
-
Uses of LogEventRequestAndResponse in org.mockserver.client
Methods in org.mockserver.client that return LogEventRequestAndResponse Modifier and Type Method Description LogEventRequestAndResponse[]
MockServerClient. retrieveRecordedRequestsAndResponses(HttpRequest httpRequest)
Retrieve the recorded requests and responses that match the httpRequest parameter, use null for the parameter to retrieve all requests and responses -
Uses of LogEventRequestAndResponse in org.mockserver.log
Method parameters in org.mockserver.log with type arguments of type LogEventRequestAndResponse Modifier and Type Method Description void
MockServerEventLog. retrieveRequestResponses(HttpRequest httpRequest, Consumer<List<LogEventRequestAndResponse>> listConsumer)
-
Uses of LogEventRequestAndResponse in org.mockserver.model
Methods in org.mockserver.model that return LogEventRequestAndResponse Modifier and Type Method Description LogEventRequestAndResponse
LogEventRequestAndResponse. withHttpRequest(HttpRequest httpRequest)
LogEventRequestAndResponse
LogEventRequestAndResponse. withHttpResponse(HttpResponse httpResponse)
LogEventRequestAndResponse
LogEventRequestAndResponse. withTimestamp(String timestamp)
-
Uses of LogEventRequestAndResponse in org.mockserver.serialization
Methods in org.mockserver.serialization that return LogEventRequestAndResponse Modifier and Type Method Description LogEventRequestAndResponse
LogEventRequestAndResponseSerializer. deserialize(String jsonHttpRequestAndHttpResponse)
LogEventRequestAndResponse[]
LogEventRequestAndResponseSerializer. deserializeArray(String jsonHttpRequestAndHttpResponse)
Methods in org.mockserver.serialization with parameters of type LogEventRequestAndResponse Modifier and Type Method Description String
LogEventRequestAndResponseSerializer. serialize(LogEventRequestAndResponse httpRequestAndHttpResponse)
String
LogEventRequestAndResponseSerializer. serialize(LogEventRequestAndResponse... httpRequestAndHttpResponses)
Method parameters in org.mockserver.serialization with type arguments of type LogEventRequestAndResponse Modifier and Type Method Description String
LogEventRequestAndResponseSerializer. serialize(List<LogEventRequestAndResponse> httpRequestAndHttpResponses)
-
Uses of LogEventRequestAndResponse in org.mockserver.serialization.model
Methods in org.mockserver.serialization.model that return LogEventRequestAndResponse Modifier and Type Method Description LogEventRequestAndResponse
LogEventRequestAndResponseDTO. buildObject()
Constructors in org.mockserver.serialization.model with parameters of type LogEventRequestAndResponse Constructor Description LogEventRequestAndResponseDTO(LogEventRequestAndResponse httpRequestAndHttpResponse)
-