- remoteAddress() - Method in class org.mockserver.client.MockServerClient
-
- reset() - Method in class org.mockserver.client.MockServerClient
-
Reset MockServer by clearing all expectations
- respond(HttpResponse) - Method in class org.mockserver.client.ForwardChainExpectation
-
Return response when expectation is matched
- respond(HttpTemplate) - Method in class org.mockserver.client.ForwardChainExpectation
-
Evaluate Velocity or JavaScript template to generate response
to return when expectation is matched
- respond(HttpClassCallback) - Method in class org.mockserver.client.ForwardChainExpectation
-
Call method on local class in same JVM implementing ExpectationResponseCallback
to generate response to return when expectation is matched
- respond(ExpectationResponseCallback) - Method in class org.mockserver.client.ForwardChainExpectation
-
Call method on object locally or remotely (over web socket)
to generate response to return when expectation is matched
- retrieveActiveExpectations(HttpRequest) - Method in class org.mockserver.client.MockServerClient
-
Retrieve the active expectations match the httpRequest parameter, use null for the parameter to retrieve all expectations
- retrieveActiveExpectations(HttpRequest, Format) - Method in class org.mockserver.client.MockServerClient
-
Retrieve the active expectations match the httpRequest parameter, use null for the parameter to retrieve all expectations
- retrieveLogMessages(HttpRequest) - Method in class org.mockserver.client.MockServerClient
-
Retrieve the logs associated to a specific requests, this shows all logs for expectation matching, verification, clearing, etc
- retrieveLogMessagesArray(HttpRequest) - Method in class org.mockserver.client.MockServerClient
-
Retrieve the logs associated to a specific requests, this shows all logs for expectation matching, verification, clearing, etc
- retrieveRecordedExpectations(HttpRequest) - Method in class org.mockserver.client.MockServerClient
-
Retrieve the request-response combinations that have been recorded as a list of expectations, only those that match the httpRequest parameter are returned, use null to retrieve all requests
- retrieveRecordedExpectations(HttpRequest, Format) - Method in class org.mockserver.client.MockServerClient
-
Retrieve the request-response combinations that have been recorded as a list of expectations, only those that match the httpRequest parameter are returned, use null to retrieve all requests
- retrieveRecordedRequests(HttpRequest) - Method in class org.mockserver.client.MockServerClient
-
Retrieve the recorded requests that match the httpRequest parameter, use null for the parameter to retrieve all requests
- retrieveRecordedRequests(HttpRequest, Format) - Method in class org.mockserver.client.MockServerClient
-
Retrieve the recorded requests that match the httpRequest parameter, use null for the parameter to retrieve all requests