MCPcopy Create free account
hub / github.com/jetlang/remoting / start

Method start

src/main/java/org/jetlang/web/WebSocketClient.java:289–293  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

287 }
288
289 public CountDownLatch start() {
290 CountDownLatch latch = new CountDownLatch(1);
291 start(false, latch);
292 return latch;
293 }
294
295 private void start(boolean isReconnect, CountDownLatch latch) {
296 readFiber.execute((nioControls) -> {

Callers 3

mainMethod · 0.95
mainMethod · 0.95
reconnectMethod · 0.95

Calls 9

canAttemptConnectMethod · 0.95
attemptConnectMethod · 0.95
stopMethod · 0.95
handleConnectionMethod · 0.95
getConnectTimeoutMethod · 0.80
getConnectTimeoutUnitMethod · 0.80
stopMethod · 0.65
executeMethod · 0.45
scheduleMethod · 0.45

Tested by 2

mainMethod · 0.76
mainMethod · 0.76