Uses of Interface
org.mockserver.mock.action.ExpectationForwardAndResponseCallback
-
Packages that use ExpectationForwardAndResponseCallback Package Description org.mockserver.client org.mockserver.integration.callback org.mockserver.websocket -
-
Uses of ExpectationForwardAndResponseCallback in org.mockserver.client
Methods in org.mockserver.client with parameters of type ExpectationForwardAndResponseCallback Modifier and Type Method Description voidForwardChainExpectation. forward(ExpectationForwardCallback expectationForwardCallback, ExpectationForwardAndResponseCallback expectationForwardResponseCallback)Call method on object locally or remotely (over web socket) to generate request to forward when expectation is matchedvoidForwardChainExpectation. 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.integration.callback
Classes in org.mockserver.integration.callback that implement ExpectationForwardAndResponseCallback Modifier and Type Class Description classPrecannedTestExpectationForwardCallbackRequestAndResponse -
Uses of ExpectationForwardAndResponseCallback in org.mockserver.websocket
Methods in org.mockserver.websocket 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)
-