Searched refs:closeLatch (Results 1 – 1 of 1) sorted by relevance
59 private final CountDownLatch closeLatch; field in SimpleEchoSocket62 this.closeLatch = new CountDownLatch(1); in SimpleEchoSocket()66 return this.closeLatch.await(duration, unit); in awaitClose()80 this.closeLatch.countDown(); in onClose()