Package | Description |
---|---|
org.mockserver.client | |
org.mockserver.testing.integration.callback | |
org.mockserver.websocket |
Modifier and Type | Method and Description |
---|---|
void |
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
|
void |
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 | Class and Description |
---|---|
class |
PrecannedTestExpectationForwardCallbackRequestAndResponse |
Modifier and Type | Method and Description |
---|---|
Future<String> |
WebSocketClient.registerExpectationCallback(ExpectationCallback<T> expectationCallback,
ExpectationForwardAndResponseCallback expectationForwardResponseCallback,
InetSocketAddress serverAddress,
String contextPath,
boolean isSecure) |
Copyright © 2020. All rights reserved.