Uses of Class
org.mockserver.model.AfterAction
-
Packages that use AfterAction Package Description org.mockserver.client org.mockserver.mock org.mockserver.model org.mockserver.serialization.model -
-
Uses of AfterAction in org.mockserver.client
Methods in org.mockserver.client with parameters of type AfterAction Modifier and Type Method Description ForwardChainExpectationForwardChainExpectation. withAfterAction(AfterAction afterAction)Set a single after-action to execute after the primary action completesForwardChainExpectationForwardChainExpectation. withAfterActions(AfterAction... afterActions) -
Uses of AfterAction in org.mockserver.mock
Methods in org.mockserver.mock that return types with arguments of type AfterAction Modifier and Type Method Description List<AfterAction>Expectation. getAfterActions()Methods in org.mockserver.mock with parameters of type AfterAction Modifier and Type Method Description ExpectationExpectation. withAfterActions(AfterAction... afterActions)Method parameters in org.mockserver.mock with type arguments of type AfterAction Modifier and Type Method Description ExpectationExpectation. withAfterActions(List<AfterAction> afterActions) -
Uses of AfterAction in org.mockserver.model
Methods in org.mockserver.model that return AfterAction Modifier and Type Method Description static AfterActionAfterAction. afterAction()AfterActionAfterAction. withDelay(Delay delay)AfterActionAfterAction. withHttpClassCallback(HttpClassCallback httpClassCallback)AfterActionAfterAction. withHttpObjectCallback(HttpObjectCallback httpObjectCallback)AfterActionAfterAction. withHttpRequest(HttpRequest httpRequest) -
Uses of AfterAction in org.mockserver.serialization.model
Methods in org.mockserver.serialization.model that return AfterAction Modifier and Type Method Description AfterActionAfterActionDTO. buildObject()Constructors in org.mockserver.serialization.model with parameters of type AfterAction Constructor Description AfterActionDTO(AfterAction afterAction)
-