Home
last modified time | relevance | path

Searched refs:HttpSchemeType (Results 1 – 24 of 24) sorted by relevance

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/net/HttpURLConnection/SetAuthenticator/
H A DHTTPSetAuthenticatorTest.java87 schemes = Stream.of(HttpSchemeType.values()) in main()
88 .map(HttpSchemeType::name) in main()
98 new HTTPSetAuthenticatorTest(HttpSchemeType.valueOf(scheme)) in main()
104 final HttpSchemeType scheme;
105 public HTTPSetAuthenticatorTest(HttpSchemeType scheme) { in HTTPSetAuthenticatorTest()
110 public HttpSchemeType getHttpSchemeType() { in getHttpSchemeType()
122 int expectedIncrement = scheme == HttpSchemeType.NONE in run()
284 return scheme == HttpSchemeType.NONE ? 0 : 1 * EXPECTED_AUTH_CALLS_PER_TEST; in run()
H A DHTTPTest.java80 public static enum HttpSchemeType { NONE, BASICSERVER, BASIC, DIGEST }; enum in HTTPTest
83 public static final HttpSchemeType DEFAULT_SCHEME_TYPE = HttpSchemeType.DIGEST;
189 public HttpSchemeType getHttpSchemeType() { in getHttpSchemeType()
H A DHTTPTestServer.java110 HttpSchemeType schemeType) in create()
118 HttpSchemeType schemeType, in create()
327 HttpSchemeType schemeType, in createServer()
346 HttpSchemeType schemeType, in createProxy()
369 HttpSchemeType schemeType, in createServerAndRedirect()
420 private HttpHandler createHandler(HttpSchemeType schemeType, in createHandler()
427 HttpSchemeType schemeType, in configureAuthentication()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/net/HttpURLConnection/SetAuthenticator/
H A DHTTPSetAuthenticatorTest.java85 schemes = Stream.of(HttpSchemeType.values()) in main()
86 .map(HttpSchemeType::name) in main()
96 new HTTPSetAuthenticatorTest(HttpSchemeType.valueOf(scheme)) in main()
102 final HttpSchemeType scheme;
103 public HTTPSetAuthenticatorTest(HttpSchemeType scheme) { in HTTPSetAuthenticatorTest()
108 public HttpSchemeType getHttpSchemeType() { in getHttpSchemeType()
120 int expectedIncrement = scheme == HttpSchemeType.NONE in run()
282 return scheme == HttpSchemeType.NONE ? 0 : 1 * EXPECTED_AUTH_CALLS_PER_TEST; in run()
H A DHTTPTest.java78 public static enum HttpSchemeType { NONE, BASICSERVER, BASIC, DIGEST }; enum in HTTPTest
81 public static final HttpSchemeType DEFAULT_SCHEME_TYPE = HttpSchemeType.DIGEST;
187 public HttpSchemeType getHttpSchemeType() { in getHttpSchemeType()
H A DHTTPTestServer.java108 HttpSchemeType schemeType) in create()
116 HttpSchemeType schemeType, in create()
327 HttpSchemeType schemeType, in createServer()
346 HttpSchemeType schemeType, in createProxy()
369 HttpSchemeType schemeType, in createServerAndRedirect()
420 private HttpHandler createHandler(HttpSchemeType schemeType, in createHandler()
427 HttpSchemeType schemeType, in configureAuthentication()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/net/HttpURLConnection/SetAuthenticator/
H A DHTTPSetAuthenticatorTest.java87 schemes = Stream.of(HttpSchemeType.values()) in main()
88 .map(HttpSchemeType::name) in main()
98 new HTTPSetAuthenticatorTest(HttpSchemeType.valueOf(scheme)) in main()
104 final HttpSchemeType scheme;
105 public HTTPSetAuthenticatorTest(HttpSchemeType scheme) { in HTTPSetAuthenticatorTest()
110 public HttpSchemeType getHttpSchemeType() { in getHttpSchemeType()
122 int expectedIncrement = scheme == HttpSchemeType.NONE in run()
284 return scheme == HttpSchemeType.NONE ? 0 : 1 * EXPECTED_AUTH_CALLS_PER_TEST; in run()
H A DHTTPTest.java80 public static enum HttpSchemeType { NONE, BASICSERVER, BASIC, DIGEST }; enum in HTTPTest
83 public static final HttpSchemeType DEFAULT_SCHEME_TYPE = HttpSchemeType.DIGEST;
189 public HttpSchemeType getHttpSchemeType() { in getHttpSchemeType()
H A DHTTPTestServer.java110 HttpSchemeType schemeType) in create()
118 HttpSchemeType schemeType, in create()
327 HttpSchemeType schemeType, in createServer()
346 HttpSchemeType schemeType, in createProxy()
369 HttpSchemeType schemeType, in createServerAndRedirect()
420 private HttpHandler createHandler(HttpSchemeType schemeType, in createHandler()
427 HttpSchemeType schemeType, in configureAuthentication()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/net/HttpURLConnection/SetAuthenticator/
H A DHTTPSetAuthenticatorTest.java85 schemes = Stream.of(HttpSchemeType.values()) in main()
86 .map(HttpSchemeType::name) in main()
96 new HTTPSetAuthenticatorTest(HttpSchemeType.valueOf(scheme)) in main()
102 final HttpSchemeType scheme;
103 public HTTPSetAuthenticatorTest(HttpSchemeType scheme) { in HTTPSetAuthenticatorTest()
108 public HttpSchemeType getHttpSchemeType() { in getHttpSchemeType()
120 int expectedIncrement = scheme == HttpSchemeType.NONE in run()
282 return scheme == HttpSchemeType.NONE ? 0 : 1 * EXPECTED_AUTH_CALLS_PER_TEST; in run()
H A DHTTPTest.java78 public static enum HttpSchemeType { NONE, BASICSERVER, BASIC, DIGEST }; enum in HTTPTest
81 public static final HttpSchemeType DEFAULT_SCHEME_TYPE = HttpSchemeType.DIGEST;
180 public HttpSchemeType getHttpSchemeType() { in getHttpSchemeType()
H A DHTTPTestServer.java108 HttpSchemeType schemeType) in create()
116 HttpSchemeType schemeType, in create()
315 HttpSchemeType schemeType, in createServer()
334 HttpSchemeType schemeType, in createProxy()
357 HttpSchemeType schemeType, in createServerAndRedirect()
408 private HttpHandler createHandler(HttpSchemeType schemeType, in createHandler()
415 HttpSchemeType schemeType, in configureAuthentication()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/net/HttpURLConnection/SetAuthenticator/
H A DHTTPSetAuthenticatorTest.java85 schemes = Stream.of(HttpSchemeType.values()) in main()
86 .map(HttpSchemeType::name) in main()
96 new HTTPSetAuthenticatorTest(HttpSchemeType.valueOf(scheme)) in main()
102 final HttpSchemeType scheme;
103 public HTTPSetAuthenticatorTest(HttpSchemeType scheme) { in HTTPSetAuthenticatorTest()
108 public HttpSchemeType getHttpSchemeType() { in getHttpSchemeType()
120 int expectedIncrement = scheme == HttpSchemeType.NONE in run()
282 return scheme == HttpSchemeType.NONE ? 0 : 1 * EXPECTED_AUTH_CALLS_PER_TEST; in run()
H A DHTTPTest.java79 public static enum HttpSchemeType { NONE, BASICSERVER, BASIC, DIGEST }; enum in HTTPTest
82 public static final HttpSchemeType DEFAULT_SCHEME_TYPE = HttpSchemeType.DIGEST;
188 public HttpSchemeType getHttpSchemeType() { in getHttpSchemeType()
H A DHTTPTestServer.java108 HttpSchemeType schemeType) in create()
116 HttpSchemeType schemeType, in create()
327 HttpSchemeType schemeType, in createServer()
346 HttpSchemeType schemeType, in createProxy()
369 HttpSchemeType schemeType, in createServerAndRedirect()
424 private HttpHandler createHandler(HttpSchemeType schemeType, in createHandler()
431 HttpSchemeType schemeType, in configureAuthentication()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/net/HttpURLConnection/SetAuthenticator/
H A DHTTPSetAuthenticatorTest.java85 schemes = Stream.of(HttpSchemeType.values()) in main()
86 .map(HttpSchemeType::name) in main()
96 new HTTPSetAuthenticatorTest(HttpSchemeType.valueOf(scheme)) in main()
102 final HttpSchemeType scheme;
103 public HTTPSetAuthenticatorTest(HttpSchemeType scheme) { in HTTPSetAuthenticatorTest()
108 public HttpSchemeType getHttpSchemeType() { in getHttpSchemeType()
120 int expectedIncrement = scheme == HttpSchemeType.NONE in run()
282 return scheme == HttpSchemeType.NONE ? 0 : 1 * EXPECTED_AUTH_CALLS_PER_TEST; in run()
H A DHTTPTest.java79 public static enum HttpSchemeType { NONE, BASICSERVER, BASIC, DIGEST }; enum in HTTPTest
82 public static final HttpSchemeType DEFAULT_SCHEME_TYPE = HttpSchemeType.DIGEST;
188 public HttpSchemeType getHttpSchemeType() { in getHttpSchemeType()
H A DHTTPTestServer.java108 HttpSchemeType schemeType) in serialize()
116 HttpSchemeType schemeType, in serialize()
327 HttpSchemeType schemeType, in serialize()
346 HttpSchemeType schemeType, in serialize()
369 HttpSchemeType schemeType, in serialize()
424 private HttpHandler createHandler(HttpSchemeType schemeType, in serialize()
431 HttpSchemeType schemeType, in serialize()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/net/HttpURLConnection/SetAuthenticator/
H A DHTTPSetAuthenticatorTest.java85 schemes = Stream.of(HttpSchemeType.values()) in main()
86 .map(HttpSchemeType::name) in main()
96 new HTTPSetAuthenticatorTest(HttpSchemeType.valueOf(scheme)) in main()
102 final HttpSchemeType scheme;
103 public HTTPSetAuthenticatorTest(HttpSchemeType scheme) { in HTTPSetAuthenticatorTest()
108 public HttpSchemeType getHttpSchemeType() { in getHttpSchemeType()
120 int expectedIncrement = scheme == HttpSchemeType.NONE in run()
282 return scheme == HttpSchemeType.NONE ? 0 : 1 * EXPECTED_AUTH_CALLS_PER_TEST; in run()
H A DHTTPTest.java79 public static enum HttpSchemeType { NONE, BASICSERVER, BASIC, DIGEST }; enum in HTTPTest
82 public static final HttpSchemeType DEFAULT_SCHEME_TYPE = HttpSchemeType.DIGEST;
188 public HttpSchemeType getHttpSchemeType() { in getHttpSchemeType()
H A DHTTPTestServer.java108 HttpSchemeType schemeType) in create()
116 HttpSchemeType schemeType, in create()
327 HttpSchemeType schemeType, in createServer()
346 HttpSchemeType schemeType, in createProxy()
369 HttpSchemeType schemeType, in createServerAndRedirect()
424 private HttpHandler createHandler(HttpSchemeType schemeType, in createHandler()
431 HttpSchemeType schemeType, in configureAuthentication()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/net/HttpURLConnection/SetAuthenticator/
H A DHTTPSetAuthenticatorTest.java85 schemes = Stream.of(HttpSchemeType.values()) in main()
86 .map(HttpSchemeType::name) in main()
96 new HTTPSetAuthenticatorTest(HttpSchemeType.valueOf(scheme)) in main()
102 final HttpSchemeType scheme;
103 public HTTPSetAuthenticatorTest(HttpSchemeType scheme) { in HTTPSetAuthenticatorTest()
108 public HttpSchemeType getHttpSchemeType() { in getHttpSchemeType()
120 int expectedIncrement = scheme == HttpSchemeType.NONE in run()
282 return scheme == HttpSchemeType.NONE ? 0 : 1 * EXPECTED_AUTH_CALLS_PER_TEST; in run()
H A DHTTPTest.java79 public static enum HttpSchemeType { NONE, BASICSERVER, BASIC, DIGEST }; enum in HTTPTest
82 public static final HttpSchemeType DEFAULT_SCHEME_TYPE = HttpSchemeType.DIGEST;
188 public HttpSchemeType getHttpSchemeType() { in getHttpSchemeType()
H A DHTTPTestServer.java109 HttpSchemeType schemeType) in create()
117 HttpSchemeType schemeType, in create()
328 HttpSchemeType schemeType, in createServer()
347 HttpSchemeType schemeType, in createProxy()
370 HttpSchemeType schemeType, in createServerAndRedirect()
425 private HttpHandler createHandler(HttpSchemeType schemeType, in createHandler()
432 HttpSchemeType schemeType, in configureAuthentication()