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