| Package | Description |
|---|---|
| org.mockserver.closurecallback.websocketclient | |
| org.mockserver.closurecallback.websocketregistry | |
| org.mockserver.mock.action | |
| org.mockserver.model |
| Modifier and Type | Method and Description |
|---|---|
Future<String> |
WebSocketClient.registerExpectationCallback(ExpectationCallback<T> expectationCallback,
ExpectationForwardAndResponseCallback expectationForwardResponseCallback,
InetSocketAddress serverAddress,
String contextPath,
boolean isSecure) |
| Modifier and Type | Method and Description |
|---|---|
static void |
LocalCallbackRegistry.registerCallback(String clientId,
ExpectationCallback<?> expectationCallback) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ExpectationForwardAndResponseCallback |
interface |
ExpectationForwardCallback |
interface |
ExpectationResponseCallback |
| Modifier and Type | Method and Description |
|---|---|
static HttpClassCallback |
HttpClassCallback.callback(Class<? extends ExpectationCallback<? extends HttpMessage>> callbackClass)
Static builder to create a callback, which take a callback class.
|
HttpClassCallback |
HttpClassCallback.withCallbackClass(Class<? extends ExpectationCallback<? extends HttpMessage>> callbackClass)
The class to callback
|
Copyright © 2023. All rights reserved.