Package | Description |
---|---|
org.mockserver.client | |
org.mockserver.closurecallback.websocketregistry | |
org.mockserver.mock.action | |
org.mockserver.testing.integration.callback |
Modifier and Type | Method and Description |
---|---|
void |
ForwardChainExpectation.forward(ExpectationForwardCallback expectationForwardCallback)
Call method on object locally or remotely (over web socket)
to generate request to forward when expectation is matched
|
void |
ForwardChainExpectation.forward(ExpectationForwardCallback expectationForwardCallback,
Delay delay)
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)
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 | Method and Description |
---|---|
static ExpectationForwardCallback |
LocalCallbackRegistry.retrieveForwardCallback(String clientId) |
Modifier and Type | Interface and Description |
---|---|
interface |
ExpectationForwardAndResponseCallback |
Modifier and Type | Class and Description |
---|---|
class |
PrecannedTestExpectationForwardCallbackRequest |
class |
PrecannedTestExpectationForwardCallbackRequestAndResponse |
Copyright © 2020. All rights reserved.