- remoteAddress() - Method in class org.mockserver.client.AbstractClient
-
- reset() - Method in class org.mockserver.client.AbstractClient
-
Reset server (MockServer or Proxy) by clearing all expectations
- respond(HttpResponse) - Method in class org.mockserver.client.server.ForwardChainExpectation
-
- respond(HttpTemplate) - Method in class org.mockserver.client.server.ForwardChainExpectation
-
- retrieveActiveExpectations(HttpRequest) - Method in class org.mockserver.client.server.MockServerClient
-
Retrieve the already setup expectations match the httpRequest parameter, use null for the parameter to retrieve all expectations
- retrieveRecordedExpectations(HttpRequest) - Method in class org.mockserver.client.AbstractClient
-
Retrieve the recorded requests that match the httpRequest parameter, use null for the parameter to retrieve all requests
- retrieveRecordedRequests(HttpRequest) - Method in class org.mockserver.client.AbstractClient
-
Retrieve the recorded requests that match the httpRequest parameter, use null for the parameter to retrieve all requests