Lines Matching defs:allConnections
57 private Set<HttpConnection> allConnections;
108 allConnections = Collections.synchronizedSet (new HashSet<HttpConnection>());
197 synchronized (allConnections) {
198 for (HttpConnection c : allConnections) {
202 allConnections.clear();
291 allConnections.remove (c);
383 allConnections.add (c);
465 allConnections.remove(conn);
818 allConnections.remove (c);
841 allConnections.remove (c);
857 allConnections.remove (c);