| Modifier and Type | Method and Description | 
|---|---|
Expectation[] | 
ForwardChainExpectation.forward(ExpectationForwardCallback expectationForwardCallback,
       ExpectationForwardAndResponseCallback expectationForwardResponseCallback)
Call method on object locally or remotely (over web socket)
 to generate request to forward when expectation is matched 
 | 
Expectation[] | 
ForwardChainExpectation.forward(ExpectationForwardCallback expectationForwardCallback,
       ExpectationForwardAndResponseCallback expectationForwardResponseCallback,
       Delay delay)
Call method on object locally or remotely (over web socket)
 to generate request to forward when expectation is matched 
 | 
| 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 ExpectationForwardAndResponseCallback | 
LocalCallbackRegistry.retrieveForwardAndResponseCallback(String clientId)  | 
| Modifier and Type | Method and Description | 
|---|---|
static Map<String,ExpectationForwardAndResponseCallback> | 
LocalCallbackRegistry.forwardAndResponseCallbackRegistry()  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
PrecannedTestExpectationForwardCallbackRequestAndResponse  | 
Copyright © 2022. All rights reserved.