Package org.mockserver.websocket
Class WebSocketClient<T extends HttpObject>
- java.lang.Object
-
- org.mockserver.websocket.WebSocketClient<T>
-
public class WebSocketClient<T extends HttpObject> extends Object
- Author:
- jamesdbloom
-
-
Constructor Summary
Constructors Constructor Description WebSocketClient(Semaphore availableWebSocketCallbackRegistrations)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Future<String>
registerExpectationCallback(ExpectationCallback<T> expectationCallback, io.netty.channel.EventLoopGroup eventLoopGroup, InetSocketAddress serverAddress, String contextPath, boolean isSecure)
void
stopClient()
-
-
-
Constructor Detail
-
WebSocketClient
public WebSocketClient(Semaphore availableWebSocketCallbackRegistrations)
-
-
Method Detail
-
stopClient
public void stopClient()
-
registerExpectationCallback
public Future<String> registerExpectationCallback(ExpectationCallback<T> expectationCallback, io.netty.channel.EventLoopGroup eventLoopGroup, InetSocketAddress serverAddress, String contextPath, boolean isSecure)
-
-