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

/openjdk7/jdk/test/sun/net/www/httptest/
H A DHttpServer.java55 int cperthread; field in class:HttpServer
79 * @param cperthread the number of simultaneous TCP connections to
83 public HttpServer (HttpCallback cb, int threads, int cperthread) argument
85 this (cb, threads, cperthread, 0);
98 * @param cperthread the number of simultaneous TCP connections
104 public HttpServer (HttpCallback cb, int threads, int cperthread, int port) argument
111 this.cperthread = cperthread;
114 servers[i] = new Server (cb, schan, cperthread);
/openjdk7/jdk/test/sun/security/ssl/sun/net/www/httpstest/
H A DHttpServer.java58 int cperthread; field in class:HttpServer
85 * @param cperthread the number of simultaneous TCP connections to
89 public HttpServer (HttpCallback cb, int threads, int cperthread) argument
91 this (cb, threads, cperthread, 0);
104 * @param cperthread the number of simultaneous TCP connections
110 public HttpServer (HttpCallback cb, int threads, int cperthread, int port) argument
117 this.cperthread = cperthread;
140 servers[i] = new Server (cb, schan, cperthread);
/openjdk7/jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/
H A DTunnelProxy.java39 int cperthread; field in class:TunnelProxy
62 * @param cperthread the number of simultaneous TCP connections to
66 public TunnelProxy (int threads, int cperthread) argument
68 this (threads, cperthread, 0);
81 * @param cperthread the number of simultaneous TCP connections
87 public TunnelProxy (int threads, int cperthread, int port) argument
93 this.cperthread = cperthread;
96 servers[i] = new Server (schan, cperthread);

Completed in 445 milliseconds