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

/openjdk7/jdk/test/sun/net/www/httptest/
H A DHttpServer.java148 int nconn; field in class:HttpServer.Server
156 nconn = 0;
190 nconn ++;
192 if (nconn == maxconn) {
211 if (nconn == maxconn) {
214 nconn --;
/openjdk7/jdk/test/sun/security/ssl/sun/net/www/httpstest/
H A DHttpServer.java177 int nconn; field in class:HttpServer.Server
185 nconn = 0;
221 nconn ++;
222 if (nconn == maxconn) {
238 if (nconn == maxconn) {
241 nconn --;
/openjdk7/jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/
H A DTunnelProxy.java129 int nconn; field in class:TunnelProxy.Server
138 nconn = 0;
174 nconn ++;
175 if (nconn == maxconn) {
192 if (nconn == maxconn) {
195 nconn --;

Completed in 267 milliseconds