public class WebSocketClient extends Object
Constructor and Description |
---|
WebSocketClient(InetSocketAddress serverAddress,
String contextPath) |
Modifier and Type | Method and Description |
---|---|
String |
clientId() |
WebSocketClient |
registerExpectationCallback(ExpectationForwardCallback expectationForwardCallback) |
WebSocketClient |
registerExpectationCallback(ExpectationResponseCallback expectationResponseCallback) |
void |
stopClient() |
public WebSocketClient(InetSocketAddress serverAddress, String contextPath)
public void stopClient()
public WebSocketClient registerExpectationCallback(ExpectationResponseCallback expectationResponseCallback)
public WebSocketClient registerExpectationCallback(ExpectationForwardCallback expectationForwardCallback)
public String clientId()
Copyright © 2018. All rights reserved.