Uses of Interface
org.mockserver.mock.action.ExpectationCallback
-
-
Uses of ExpectationCallback in org.mockserver.closurecallback.websocketclient
Methods in org.mockserver.closurecallback.websocketclient with parameters of type ExpectationCallback Modifier and Type Method Description Future<String>WebSocketClient. registerExpectationCallback(ExpectationCallback<T> expectationCallback, ExpectationForwardAndResponseCallback expectationForwardResponseCallback, InetSocketAddress serverAddress, String contextPath, boolean isSecure) -
Uses of ExpectationCallback in org.mockserver.closurecallback.websocketregistry
Methods in org.mockserver.closurecallback.websocketregistry with parameters of type ExpectationCallback Modifier and Type Method Description static voidLocalCallbackRegistry. registerCallback(String clientId, ExpectationCallback<?> expectationCallback) -
Uses of ExpectationCallback in org.mockserver.examples.mockserver
Classes in org.mockserver.examples.mockserver that implement ExpectationCallback Modifier and Type Class Description static classCallbackActionExamples.TestExpectationForwardCallbackstatic classCallbackActionExamples.TestExpectationResponseCallback -
Uses of ExpectationCallback in org.mockserver.mock.action
Subinterfaces of ExpectationCallback in org.mockserver.mock.action Modifier and Type Interface Description interfaceExpectationForwardAndResponseCallbackinterfaceExpectationForwardCallbackinterfaceExpectationResponseCallback -
Uses of ExpectationCallback in org.mockserver.model
Method parameters in org.mockserver.model with type arguments of type ExpectationCallback Modifier and Type Method Description static HttpClassCallbackHttpClassCallback. callback(Class<? extends ExpectationCallback<? extends HttpMessage>> callbackClass)Static builder to create a callback, which take a callback class.HttpClassCallbackHttpClassCallback. withCallbackClass(Class<? extends ExpectationCallback<? extends HttpMessage>> callbackClass)The class to callback -
Uses of ExpectationCallback in org.mockserver.testing.integration.callback
Classes in org.mockserver.testing.integration.callback that implement ExpectationCallback Modifier and Type Class Description classPrecannedTestExpectationForwardCallbackRequestclassPrecannedTestExpectationForwardCallbackRequestAndResponseclassPrecannedTestExpectationResponseCallbackclassStaticTestExpectationResponseCallback
-