- 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
- respond(ExpectationResponseCallback, Delay) - 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(RequestDefinition) - 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(RequestDefinition, 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(RequestDefinition) - 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(RequestDefinition) - 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(RequestDefinition) - 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(RequestDefinition, 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(RequestDefinition) - 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(RequestDefinition, 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
- retrieveRecordedRequestsAndResponses(RequestDefinition) - Method in class org.mockserver.client.MockServerClient
-
Retrieve the recorded requests and responses that match the httpRequest parameter, use null for the parameter to retrieve all requests and responses
- retrieveRecordedRequestsAndResponses(RequestDefinition, 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