Uses of Interface
org.mockserver.mock.action.ExpectationResponseCallback
-
-
Uses of ExpectationResponseCallback in org.mockserver.client
Methods in org.mockserver.client with parameters of type ExpectationResponseCallback Modifier and Type Method Description Expectation[]ForwardChainExpectation. respond(ExpectationResponseCallback expectationResponseCallback)Call method on object locally or remotely (over web socket) to generate response to return when expectation is matchedExpectation[]ForwardChainExpectation. respond(ExpectationResponseCallback expectationResponseCallback, Delay delay)Call method on object locally or remotely (over web socket) to generate response to return when expectation is matched -
Uses of ExpectationResponseCallback in org.mockserver.closurecallback.websocketregistry
Methods in org.mockserver.closurecallback.websocketregistry that return ExpectationResponseCallback Modifier and Type Method Description static ExpectationResponseCallbackLocalCallbackRegistry. retrieveResponseCallback(String clientId)Methods in org.mockserver.closurecallback.websocketregistry that return types with arguments of type ExpectationResponseCallback Modifier and Type Method Description static Map<String,ExpectationResponseCallback>LocalCallbackRegistry. responseCallbackRegistry() -
Uses of ExpectationResponseCallback in org.mockserver.examples.mockserver
Classes in org.mockserver.examples.mockserver that implement ExpectationResponseCallback Modifier and Type Class Description static classCallbackActionExamples.TestExpectationResponseCallback -
Uses of ExpectationResponseCallback in org.mockserver.testing.integration.callback
Classes in org.mockserver.testing.integration.callback that implement ExpectationResponseCallback Modifier and Type Class Description classPrecannedTestExpectationResponseCallbackclassStaticTestExpectationResponseCallback
-