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<HttpRequest>> callbackClass)
Static builder to create a callback, which take a callback class.
|
HttpClassCallback |
HttpClassCallback.withCallbackClass(Class<? extends ExpectationCallback<HttpRequest>> callbackClass)
The class to callback
|
Modifier and Type | Class and Description |
---|---|
class |
PrecannedTestExpectationForwardCallbackRequest |
class |
PrecannedTestExpectationForwardCallbackRequestAndResponse |
class |
PrecannedTestExpectationResponseCallback |
class |
StaticTestExpectationResponseCallback |
Copyright © 2020. All rights reserved.