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 voidMockServerEventLog. 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 LogEventRequestAndResponseLogEventRequestAndResponse. withHttpRequest(HttpRequest httpRequest)LogEventRequestAndResponseLogEventRequestAndResponse. withHttpResponse(HttpResponse httpResponse)LogEventRequestAndResponseLogEventRequestAndResponse. withTimestamp(String timestamp) -
Uses of LogEventRequestAndResponse in org.mockserver.serialization
Methods in org.mockserver.serialization that return LogEventRequestAndResponse Modifier and Type Method Description LogEventRequestAndResponseLogEventRequestAndResponseSerializer. deserialize(String jsonHttpRequestAndHttpResponse)LogEventRequestAndResponse[]LogEventRequestAndResponseSerializer. deserializeArray(String jsonHttpRequestAndHttpResponse)Methods in org.mockserver.serialization with parameters of type LogEventRequestAndResponse Modifier and Type Method Description StringLogEventRequestAndResponseSerializer. serialize(LogEventRequestAndResponse httpRequestAndHttpResponse)StringLogEventRequestAndResponseSerializer. serialize(LogEventRequestAndResponse... httpRequestAndHttpResponses)Method parameters in org.mockserver.serialization with type arguments of type LogEventRequestAndResponse Modifier and Type Method Description StringLogEventRequestAndResponseSerializer. 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 LogEventRequestAndResponseLogEventRequestAndResponseDTO. buildObject()Constructors in org.mockserver.serialization.model with parameters of type LogEventRequestAndResponse Constructor Description LogEventRequestAndResponseDTO(LogEventRequestAndResponse httpRequestAndHttpResponse)
-