Home
last modified time | relevance | path

Searched refs:closeLatch (Results 1 – 1 of 1) sorted by relevance

/external/nanohttpd/websocket/src/test/java/fi/iki/elonen/samples/echo/
DSimpleEchoSocket.java59 private final CountDownLatch closeLatch; field in SimpleEchoSocket
62 this.closeLatch = new CountDownLatch(1); in SimpleEchoSocket()
66 return this.closeLatch.await(duration, unit); in awaitClose()
80 this.closeLatch.countDown(); in onClose()