MCPcopy Index your code
hub / github.com/ari4java/ari4java / WsClient

Interface WsClient

src/main/java/ch/loway/oss/ari4java/tools/WsClient.java:10–24  ·  view source on GitHub ↗

Interface to pluggable WebSocket client implementation @author mwalton

Source from the content-addressed store, hash-verified

8 * @author mwalton
9 */
10public interface WsClient {
11
12 public interface WsClientConnection {
13 void disconnect() throws RestException;
14 }
15
16 WsClientConnection connect(HttpResponseHandler callback,
17 String url,
18 List<HttpParam> lParamQuery) throws RestException;
19
20 void destroy();
21
22 boolean isWsConnected();
23
24}

Callers 12

testWsConnectMethod · 0.65
httpActionAsyncMethod · 0.65
connectMethod · 0.65
tearDownMethod · 0.65
testWsConnectMethod · 0.65
cleanupMethod · 0.65
disposeMethod · 0.65
_completeHideMethod · 0.65
_disposePopperMethod · 0.65
onChannelLeftBridgeMethod · 0.65
isWsConnectedMethod · 0.65

Implementers 1

NettyHttpClientsrc/main/java/ch/loway/oss/ari4java/to

Calls

no outgoing calls

Tested by

no test coverage detected