Uses of Interface
org.mockserver.mock.action.ExpectationForwardAndResponseCallback
Packages that use ExpectationForwardAndResponseCallback
Package
Description
-
Uses of ExpectationForwardAndResponseCallback in org.mockserver.client
Methods in org.mockserver.client with parameters of type ExpectationForwardAndResponseCallbackModifier and TypeMethodDescriptionForwardChainExpectation.forward(ExpectationForwardCallback expectationForwardCallback, ExpectationForwardAndResponseCallback expectationForwardResponseCallback) Call method on object locally or remotely (over web socket) to generate request to forward when expectation is matchedForwardChainExpectation.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 ExpectationForwardAndResponseCallbackModifier and TypeMethodDescriptionWebSocketClient.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 ExpectationForwardAndResponseCallbackModifier and TypeMethodDescriptionLocalCallbackRegistry.retrieveForwardAndResponseCallback(String clientId) Methods in org.mockserver.closurecallback.websocketregistry that return types with arguments of type ExpectationForwardAndResponseCallback -
Uses of ExpectationForwardAndResponseCallback in org.mockserver.testing.integration.callback
Classes in org.mockserver.testing.integration.callback that implement ExpectationForwardAndResponseCallback