Searched defs:connecting (Results 1 – 2 of 2) sorted by relevance
73 private CountDownLatch connecting = new CountDownLatch(1); field in DefaultClient
83 private Map<Long,Connection> connecting = new ConcurrentHashMap<Long,Connection>(); field in DefaultServer