Uses of Interface
org.mockserver.mock.action.ExpectationCallback
-
Packages that use ExpectationCallback Package Description org.mockserver.integration.callback org.mockserver.mock.action org.mockserver.model org.mockserver.websocket -
-
Uses of ExpectationCallback in org.mockserver.integration.callback
Classes in org.mockserver.integration.callback that implement ExpectationCallback Modifier and Type Class Description class
PrecannedTestExpectationForwardCallbackRequest
class
PrecannedTestExpectationForwardCallbackRequestAndResponse
class
PrecannedTestExpectationResponseCallback
class
StaticTestExpectationResponseCallback
-
Uses of ExpectationCallback in org.mockserver.mock.action
Subinterfaces of ExpectationCallback in org.mockserver.mock.action Modifier and Type Interface Description interface
ExpectationForwardAndResponseCallback
interface
ExpectationForwardCallback
interface
ExpectationResponseCallback
-
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 HttpClassCallback
HttpClassCallback. callback(Class<? extends ExpectationCallback<HttpRequest>> callbackClass)
Static builder to create a callback, which take a callback class.HttpClassCallback
HttpClassCallback. withCallbackClass(Class<? extends ExpectationCallback<HttpRequest>> callbackClass)
The class to callback -
Uses of ExpectationCallback in org.mockserver.websocket
Methods in org.mockserver.websocket 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)
-