Uses of Interface
org.mockserver.mock.action.ExpectationForwardCallback
-
-
Uses of ExpectationForwardCallback in org.mockserver.client
Methods in org.mockserver.client with parameters of type ExpectationForwardCallback Modifier and Type Method Description Expectation[]ForwardChainExpectation. forward(ExpectationForwardCallback expectationForwardCallback)Call method on object locally or remotely (over web socket) to generate request to forward when expectation is matchedExpectation[]ForwardChainExpectation. forward(ExpectationForwardCallback expectationForwardCallback, ExpectationForwardAndResponseCallback expectationForwardResponseCallback)Call method on object locally or remotely (over web socket) to generate request to forward when expectation is matchedExpectation[]ForwardChainExpectation. forward(ExpectationForwardCallback expectationForwardCallback, ExpectationForwardAndResponseCallback expectationForwardResponseCallback, Delay delay)Call method on object locally or remotely (over web socket) to generate request to forward when expectation is matchedExpectation[]ForwardChainExpectation. forward(ExpectationForwardCallback expectationForwardCallback, Delay delay)Call method on object locally or remotely (over web socket) to generate request to forward when expectation is matched -
Uses of ExpectationForwardCallback in org.mockserver.closurecallback.websocketregistry
Methods in org.mockserver.closurecallback.websocketregistry that return ExpectationForwardCallback Modifier and Type Method Description static ExpectationForwardCallbackLocalCallbackRegistry. retrieveForwardCallback(String clientId)Methods in org.mockserver.closurecallback.websocketregistry that return types with arguments of type ExpectationForwardCallback Modifier and Type Method Description static Map<String,ExpectationForwardCallback>LocalCallbackRegistry. forwardCallbackRegistry() -
Uses of ExpectationForwardCallback in org.mockserver.examples.mockserver
Classes in org.mockserver.examples.mockserver that implement ExpectationForwardCallback Modifier and Type Class Description static classCallbackActionExamples.TestExpectationForwardCallback -
Uses of ExpectationForwardCallback in org.mockserver.mock.action
Subinterfaces of ExpectationForwardCallback in org.mockserver.mock.action Modifier and Type Interface Description interfaceExpectationForwardAndResponseCallback -
Uses of ExpectationForwardCallback in org.mockserver.testing.integration.callback
Classes in org.mockserver.testing.integration.callback that implement ExpectationForwardCallback Modifier and Type Class Description classPrecannedTestExpectationForwardCallbackRequestclassPrecannedTestExpectationForwardCallbackRequestAndResponse
-