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

/openjdk7/jdk/test/sun/net/www/httptest/
H A DHttpServer.java147 int maxconn; field in class:HttpServer.Server
152 Server (HttpCallback cb, ServerSocketChannel schan, int maxconn) { argument
154 this.maxconn = maxconn;
192 if (nconn == maxconn) {
211 if (nconn == maxconn) {
/openjdk7/jdk/test/sun/security/ssl/sun/net/www/httpstest/
H A DHttpServer.java176 int maxconn; field in class:HttpServer.Server
181 Server (HttpCallback cb, ServerSocketChannel schan, int maxconn) { argument
183 this.maxconn = maxconn;
222 if (nconn == maxconn) {
238 if (nconn == maxconn) {
/openjdk7/jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/
H A DTunnelProxy.java128 int maxconn; field in class:TunnelProxy.Server
135 Server (ServerSocketChannel schan, int maxconn) { argument
137 this.maxconn = maxconn;
175 if (nconn == maxconn) {
192 if (nconn == maxconn) {

Completed in 70 milliseconds