Uses of Class
org.mockserver.model.Action
-
Packages that use Action Package Description org.mockserver.mock org.mockserver.model -
-
Uses of Action in org.mockserver.mock
Methods in org.mockserver.mock that return Action Modifier and Type Method Description ActionExpectation. getAction()ActionExpectation. getPrimaryAction()Methods in org.mockserver.mock that return types with arguments of type Action Modifier and Type Method Description List<Action>Expectation. getSecondaryActions() -
Uses of Action in org.mockserver.model
Classes in org.mockserver.model with type parameters of type Action Modifier and Type Class Description classAction<T extends Action>Subclasses of Action in org.mockserver.model Modifier and Type Class Description classBinaryResponseclassDnsResponseclassGrpcStreamResponseclassHttpClassCallbackclassHttpErrorclassHttpForwardclassHttpForwardValidateActionclassHttpLlmResponseclassHttpObjectCallbackclassHttpOverrideForwardedRequestclassHttpResponseclassHttpSseResponseclassHttpTemplateclassHttpWebSocketResponseMethods in org.mockserver.model that return Action Modifier and Type Method Description ActionAction. setExpectationId(String expectationId)
-