Searched defs:allConnections (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/net/httpserver/
H A DServerImpl.java57 private Set<HttpConnection> allConnections; field in class:ServerImpl
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
[all...]

Completed in 24 milliseconds