Uses of Interface
org.mockserver.mock.action.ExpectationForwardAndResponseCallback
-
-
Uses of ExpectationForwardAndResponseCallback in org.mockserver.client
Methods in org.mockserver.client with parameters of type ExpectationForwardAndResponseCallback Modifier and Type Method Description Expectation[]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 matched -
Uses of ExpectationForwardAndResponseCallback in org.mockserver.closurecallback.websocketclient
Methods in org.mockserver.closurecallback.websocketclient with parameters of type ExpectationForwardAndResponseCallback Modifier and Type Method Description Future<String>WebSocketClient. registerExpectationCallback(ExpectationCallback<T> expectationCallback, ExpectationForwardAndResponseCallback expectationForwardResponseCallback, InetSocketAddress serverAddress, String contextPath, boolean isSecure) -
Uses of ExpectationForwardAndResponseCallback in org.mockserver.closurecallback.websocketregistry
Methods in org.mockserver.closurecallback.websocketregistry that return ExpectationForwardAndResponseCallback Modifier and Type Method Description static ExpectationForwardAndResponseCallbackLocalCallbackRegistry. retrieveForwardAndResponseCallback(String clientId)Methods in org.mockserver.closurecallback.websocketregistry that return types with arguments of type ExpectationForwardAndResponseCallback Modifier and Type Method Description static Map<String,ExpectationForwardAndResponseCallback>LocalCallbackRegistry. forwardAndResponseCallbackRegistry() -
Uses of ExpectationForwardAndResponseCallback in org.mockserver.testing.integration.callback
Classes in org.mockserver.testing.integration.callback that implement ExpectationForwardAndResponseCallback Modifier and Type Class Description classPrecannedTestExpectationForwardCallbackRequestAndResponse
-