Searched refs:connectionCount (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/test/sun/net/www/http/HttpClient/
H A DProxyFromCache.java111 private int connectionCount; field in class:SimpleServer
123 connectionCount++;
132 connectionCount++;
146 return connectionCount;
H A DMultiThreadTest.java149 int cnt = svr.connectionCount();
169 int connectionCount; field in class:Server
176 public synchronized int connectionCount() { method in class:Server
177 return connectionCount;
207 id = connectionCount++;
/openjdk7/jdk/test/java/net/URLConnection/
H A DZeroContentLength.java172 int connectionCount; field in class:ZeroContentLength.Server
179 public synchronized int connectionCount() { method in class:ZeroContentLength.Server
180 return connectionCount;
208 id = connectionCount++;
318 int cnt = svr.connectionCount();
/openjdk7/jdk/test/sun/net/www/protocol/http/
H A DNTLMTest.java112 connectionCount++;
113 //System.out.println("connectionCount = " + connectionCount);
125 static int connectionCount = 0; field in class:NTLMTest
/openjdk7/jdk/src/share/classes/sun/rmi/transport/tcp/
H A DTCPTransport.java119 private static final AtomicInteger connectionCount = new AtomicInteger(0); field in class:TCPTransport
668 connectionCount.incrementAndGet() +

Completed in 40 milliseconds