Lines Matching defs:Client
52 static class Client extends Thread {
56 Client (String authority, String path, boolean allowerror) {
268 static Client c1,c2,c3,c4,c5,c6,c7,c8,c9;
273 c1 = new Client (authority, "/test/realm1/t1a", false);
274 c2 = new Client (authority, "/test/realm2/t1b", false);
275 c3 = new Client (authority, "/test/realm1/t1c", false);
276 c4 = new Client (authority, "/test/realm2/t1d", false);
294 c5 = new Client (authority, "/test/realm3/t2a", true);
295 c6 = new Client (authority, "/test/realm3/t2b", false);
312 c7 = new Client (authority, "/test/realm4/t3a", false);
313 c8 = new Client (authority, "/test/realm4/t3b", false);
314 c9 = new Client (authority, "/test/realm4/t3c", false);