Home
last modified time | relevance | path

Searched refs:testHttpServer (Results 1 – 16 of 16) sorted by relevance

/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/com/sun/net/httpserver/bugs/HttpExchange/
H A DAutoCloseableHttpExchange.java52 static HttpServer testHttpServer; field in AutoCloseableHttpExchange
79 .port(testHttpServer.getAddress().getPort()) in connectAndCheck()
93 testHttpServer = HttpServer.create(addr, 0); in main()
94 testHttpServer.createContext("/test", new Handler(latch)); in main()
97 testHttpServer.setExecutor(executor); in main()
98 testHttpServer.start(); in main()
104 testHttpServer.stop(2); in main()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/com/sun/net/httpserver/bugs/HttpExchange/
H A DAutoCloseableHttpExchange.java52 static HttpServer testHttpServer; in main()
79 .port(testHttpServer.getAddress().getPort()) in main()
93 testHttpServer = HttpServer.create(addr, 0); in main()
94 testHttpServer.createContext("/test", new Handler(latch)); in main()
97 testHttpServer.setExecutor(executor); in main()
98 testHttpServer.start(); in main()
104 testHttpServer.stop(2); in main()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/com/sun/net/httpserver/bugs/HttpExchange/
H A DAutoCloseableHttpExchange.java52 static HttpServer testHttpServer; field in AutoCloseableHttpExchange
79 .port(testHttpServer.getAddress().getPort()) in connectAndCheck()
93 testHttpServer = HttpServer.create(addr, 0); in main()
94 testHttpServer.createContext("/test", new Handler(latch)); in main()
97 testHttpServer.setExecutor(executor); in main()
98 testHttpServer.start(); in main()
104 testHttpServer.stop(2); in main()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/com/sun/net/httpserver/bugs/HttpExchange/
H A DAutoCloseableHttpExchange.java52 static HttpServer testHttpServer; field in AutoCloseableHttpExchange
79 .port(testHttpServer.getAddress().getPort()) in connectAndCheck()
93 testHttpServer = HttpServer.create(addr, 0); in main()
94 testHttpServer.createContext("/test", new Handler(latch)); in main()
97 testHttpServer.setExecutor(executor); in main()
98 testHttpServer.start(); in main()
104 testHttpServer.stop(2); in main()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/com/sun/net/httpserver/bugs/8199849/
H A DTestHttpUnicode.java65 HttpServer testHttpServer = null; in main() local
68 testHttpServer = HttpServer.create(loopbackAddress, 0); in main()
69 HttpContext context = testHttpServer.createContext("/test", new Handler()); in main()
80 testHttpServer.start(); in main()
84 .port(testHttpServer.getAddress().getPort()) in main()
97 testHttpServer.stop(2); in main()
H A DBasicAuthenticatorCharset.java61 static HttpServer testHttpServer; field in BasicAuthenticatorCharset
82 HttpContext ctx = testHttpServer.createContext(path, testHandler); in setAuthenticationPW()
105 .port(testHttpServer.getAddress().getPort()) in connectAndAuth()
112 .port(testHttpServer.getAddress().getPort()) in connectAndAuth()
161 testHttpServer = HttpServer.create(addr, 0); in main()
174 testHttpServer.setExecutor(executor); in main()
175 testHttpServer.start(); in main()
184 testHttpServer.stop(2); in main()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/com/sun/net/httpserver/bugs/8199849/
H A DTestHttpUnicode.java65 HttpServer testHttpServer = null; in main() local
68 testHttpServer = HttpServer.create(loopbackAddress, 0); in main()
69 HttpContext context = testHttpServer.createContext("/test", new Handler()); in main()
80 testHttpServer.start(); in main()
84 .port(testHttpServer.getAddress().getPort()) in main()
97 testHttpServer.stop(2); in main()
H A DBasicAuthenticatorCharset.java61 static HttpServer testHttpServer; field in BasicAuthenticatorCharset
82 HttpContext ctx = testHttpServer.createContext(path, testHandler); in setAuthenticationPW()
105 .port(testHttpServer.getAddress().getPort()) in connectAndAuth()
112 .port(testHttpServer.getAddress().getPort()) in connectAndAuth()
161 testHttpServer = HttpServer.create(addr, 0); in main()
174 testHttpServer.setExecutor(executor); in main()
175 testHttpServer.start(); in main()
184 testHttpServer.stop(2); in main()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/com/sun/net/httpserver/bugs/8199849/
H A DTestHttpUnicode.java65 HttpServer testHttpServer = null; in main() local
68 testHttpServer = HttpServer.create(loopbackAddress, 0); in main()
69 HttpContext context = testHttpServer.createContext("/test", new Handler()); in main()
80 testHttpServer.start(); in main()
84 .port(testHttpServer.getAddress().getPort()) in main()
97 testHttpServer.stop(2); in main()
H A DBasicAuthenticatorCharset.java61 static HttpServer testHttpServer; field in BasicAuthenticatorCharset
82 HttpContext ctx = testHttpServer.createContext(path, testHandler); in setAuthenticationPW()
105 .port(testHttpServer.getAddress().getPort()) in connectAndAuth()
112 .port(testHttpServer.getAddress().getPort()) in connectAndAuth()
161 testHttpServer = HttpServer.create(addr, 0); in main()
174 testHttpServer.setExecutor(executor); in main()
175 testHttpServer.start(); in main()
184 testHttpServer.stop(2); in main()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/com/sun/net/httpserver/bugs/8199849/
H A DTestHttpUnicode.java65 HttpServer testHttpServer = null; in main() local
68 testHttpServer = HttpServer.create(loopbackAddress, 0); in main()
69 HttpContext context = testHttpServer.createContext("/test", new Handler()); in main()
80 testHttpServer.start(); in main()
84 .port(testHttpServer.getAddress().getPort()) in main()
97 testHttpServer.stop(2); in main()
H A DBasicAuthenticatorCharset.java61 static HttpServer testHttpServer; field in BasicAuthenticatorCharset
82 HttpContext ctx = testHttpServer.createContext(path, testHandler); in setAuthenticationPW()
105 .port(testHttpServer.getAddress().getPort()) in connectAndAuth()
112 .port(testHttpServer.getAddress().getPort()) in connectAndAuth()
161 testHttpServer = HttpServer.create(addr, 0); in main()
174 testHttpServer.setExecutor(executor); in main()
175 testHttpServer.start(); in main()
184 testHttpServer.stop(2); in main()
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/hashicorp/go-getter/
H A Dget_http_test.go24 ln := testHttpServer(t)
49 ln := testHttpServer(t)
77 ln := testHttpServer(t)
102 ln := testHttpServer(t)
127 ln := testHttpServer(t)
152 ln := testHttpServer(t)
179 ln := testHttpServer(t)
235 ln := testHttpServer(t)
277 ln := testHttpServer(t)
302 ln := testHttpServer(t)
[all …]
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/go-getter/
H A Dget_http_test.go24 ln := testHttpServer(t)
49 ln := testHttpServer(t)
77 ln := testHttpServer(t)
102 ln := testHttpServer(t)
127 ln := testHttpServer(t)
152 ln := testHttpServer(t)
179 ln := testHttpServer(t)
235 ln := testHttpServer(t)
277 ln := testHttpServer(t)
302 ln := testHttpServer(t)
[all …]
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs-nfs/src/test/java/org/apache/hadoop/hdfs/nfs/nfs3/
H A DTestNfs3HttpServer.java76 public void testHttpServer() throws Exception { in testHttpServer() method in TestNfs3HttpServer
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/qjournal/server/
H A DTestJournalNode.java164 public void testHttpServer() throws Exception { in testHttpServer() method in TestJournalNode