public class WebSocketClient<T extends HttpObject> extends Object
| Constructor and Description |
|---|
WebSocketClient(MockServerLogger mockServerLogger) |
| Modifier and Type | Method and Description |
|---|---|
Future<String> |
registerExpectationCallback(ExpectationCallback<T> expectationCallback,
io.netty.channel.EventLoopGroup eventLoopGroup,
InetSocketAddress serverAddress,
String contextPath,
boolean isSecure) |
void |
stopClient() |
public WebSocketClient(MockServerLogger mockServerLogger)
public void stopClient()
public Future<String> registerExpectationCallback(ExpectationCallback<T> expectationCallback, io.netty.channel.EventLoopGroup eventLoopGroup, InetSocketAddress serverAddress, String contextPath, boolean isSecure)
Copyright © 2019. All rights reserved.