| 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 | Class and Description | 
|---|---|
static class  | 
CallbackActionExamples.TestExpectationForwardCallback  | 
static class  | 
CallbackActionExamples.TestExpectationResponseCallback  | 
| 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 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
PrecannedTestExpectationForwardCallbackRequest  | 
class  | 
PrecannedTestExpectationForwardCallbackRequestAndResponse  | 
class  | 
PrecannedTestExpectationResponseCallback  | 
class  | 
StaticTestExpectationResponseCallback  | 
Copyright © 2022. All rights reserved.