Lines Matching defs:port

67             int port = server.getAddress().getPort();
71 t[0] = test (true, "https", root+"/test1", port, "smallfile.txt", 23);
72 t[1] = test (true, "https", root+"/test1", port, "largefile.txt", 2730088);
73 t[2] = test (true, "https", root+"/test1", port, "smallfile.txt", 23);
74 t[3] = test (true, "https", root+"/test1", port, "largefile.txt", 2730088);
75 t[4] = test (true, "https", root+"/test1", port, "smallfile.txt", 23);
76 t[5] = test (true, "https", root+"/test1", port, "largefile.txt", 2730088);
77 t[6] = test (true, "https", root+"/test1", port, "smallfile.txt", 23);
78 t[7] = test (true, "https", root+"/test1", port, "largefile.txt", 2730088);
79 t[8] = test (true, "https", root+"/test1", port, "smallfile.txt", 23);
80 t[9] = test (true, "https", root+"/test1", port, "largefile.txt", 2730088);
81 t[10] = test (true, "https", root+"/test1", port, "smallfile.txt", 23);
82 t[11] = test (true, "https", root+"/test1", port, "largefile.txt", 2730088);
83 t[12] = test (true, "https", root+"/test1", port, "smallfile.txt", 23);
84 t[13] = test (true, "https", root+"/test1", port, "largefile.txt", 2730088);
85 t[14] = test (true, "https", root+"/test1", port, "smallfile.txt", 23);
86 t[15] = test (true, "https", root+"/test1", port, "largefile.txt", 2730088);
106 static ClientThread test (boolean fixedLen, String protocol, String root, int port, String f, int size) throws Exception {
107 ClientThread t = new ClientThread (fixedLen, protocol, root, port, f, size);
119 int port;
123 ClientThread (boolean fixedLen, String protocol, String root, int port, String f, int size) {
127 this.port = port;
134 URL url = new URL (protocol+"://localhost:"+port+"/test1/"+f);
172 System.out.println ("port = "+port);