Home
last modified time | relevance | path

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

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/net/HttpURLConnection/SetAuthenticator/
H A DHTTPTestServer.java371 int code300) in createServerAndRedirect() argument
394 HttpAuthType.SERVER, code300); in createServerAndRedirect()
468 HttpAuthType type, int code300) throws MalformedURLException { in create300Handler() argument
469 return new Http3xxHandler(proxyURL, type, code300); in create300Handler()
934 public Http3xxHandler(URL proxyURL, HttpAuthType authType, int code300) { in Http3xxHandler() argument
935 super(authType, "Server" + code300); in Http3xxHandler()
937 this.code3XX = code300; in Http3xxHandler()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/net/HttpURLConnection/SetAuthenticator/
H A DHTTPTestServer.java371 int code300) in createServerAndRedirect() argument
394 HttpAuthType.SERVER, code300); in createServerAndRedirect()
468 HttpAuthType type, int code300) throws MalformedURLException { in create300Handler() argument
469 return new Http3xxHandler(proxyURL, type, code300); in create300Handler()
934 public Http3xxHandler(URL proxyURL, HttpAuthType authType, int code300) { in Http3xxHandler() argument
935 super(authType, "Server" + code300); in Http3xxHandler()
937 this.code3XX = code300; in Http3xxHandler()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/net/HttpURLConnection/SetAuthenticator/
H A DHTTPTestServer.java371 int code300) in createServerAndRedirect() argument
394 HttpAuthType.SERVER, code300); in createServerAndRedirect()
468 HttpAuthType type, int code300) throws MalformedURLException { in create300Handler() argument
469 return new Http3xxHandler(proxyURL, type, code300); in create300Handler()
934 public Http3xxHandler(URL proxyURL, HttpAuthType authType, int code300) { in Http3xxHandler() argument
935 super(authType, "Server" + code300); in Http3xxHandler()
937 this.code3XX = code300; in Http3xxHandler()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/net/HttpURLConnection/SetAuthenticator/
H A DHTTPTestServer.java371 int code300) in createServerAndRedirect() argument
394 HttpAuthType.SERVER, code300); in createServerAndRedirect()
472 HttpAuthType type, int code300) throws MalformedURLException { in create300Handler() argument
473 return new Http3xxHandler(proxyURL, type, code300); in create300Handler()
938 public Http3xxHandler(URL proxyURL, HttpAuthType authType, int code300) { in Http3xxHandler() argument
939 super(authType, "Server" + code300); in Http3xxHandler()
941 this.code3XX = code300; in Http3xxHandler()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/net/HttpURLConnection/SetAuthenticator/
H A DHTTPTestServer.java371 int code300) in serialize()
394 HttpAuthType.SERVER, code300); in serialize()
472 HttpAuthType type, int code300) throws MalformedURLException { in serialize()
473 return new Http3xxHandler(proxyURL, type, code300); in serialize()
938 public Http3xxHandler(URL proxyURL, HttpAuthType authType, int code300) { in serialize()
939 super(authType, "Server" + code300); in serialize()
941 this.code3XX = code300; in serialize()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/net/HttpURLConnection/SetAuthenticator/
H A DHTTPTestServer.java371 int code300) in createServerAndRedirect() argument
394 HttpAuthType.SERVER, code300); in createServerAndRedirect()
472 HttpAuthType type, int code300) throws MalformedURLException { in create300Handler() argument
473 return new Http3xxHandler(proxyURL, type, code300); in create300Handler()
938 public Http3xxHandler(URL proxyURL, HttpAuthType authType, int code300) { in Http3xxHandler() argument
939 super(authType, "Server" + code300); in Http3xxHandler()
941 this.code3XX = code300; in Http3xxHandler()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/net/HttpURLConnection/SetAuthenticator/
H A DHTTPTestServer.java359 int code300) in createServerAndRedirect() argument
382 HttpAuthType.SERVER, code300); in createServerAndRedirect()
456 HttpAuthType type, int code300) throws MalformedURLException { in create300Handler() argument
457 return new Http3xxHandler(proxyURL, type, code300); in create300Handler()
922 public Http3xxHandler(URL proxyURL, HttpAuthType authType, int code300) { in Http3xxHandler() argument
923 super(authType, "Server" + code300); in Http3xxHandler()
925 this.code3XX = code300; in Http3xxHandler()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/net/HttpURLConnection/SetAuthenticator/
H A DHTTPTestServer.java372 int code300) in createServerAndRedirect() argument
395 HttpAuthType.SERVER, code300); in createServerAndRedirect()
473 HttpAuthType type, int code300) throws MalformedURLException { in create300Handler() argument
474 return new Http3xxHandler(proxyURL, type, code300); in create300Handler()
926 public Http3xxHandler(URL proxyURL, HttpAuthType authType, int code300) { in Http3xxHandler() argument
927 super(authType, "Server" + code300); in Http3xxHandler()
929 this.code3XX = code300; in Http3xxHandler()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/net/httpclient/
H A DDigestEchoServer.java561 int code300) in createServerAndRedirect() argument
583 HttpAuthType.SERVER, code300) in createServerAndRedirect()
590 HttpAuthType.SERVER, code300); in createServerAndRedirect()
699 HttpAuthType type, int code300) in create300Handler() argument
702 return new Http3xxHandler(key, proxyURL, type, code300); in create300Handler()
1239 public Http3xxHandler(String key, URL proxyURL, HttpAuthType authType, int code300) { in Http3xxHandler() argument
1240 super(authType, stype("Server" + code300, key, authType, false)); in Http3xxHandler()
1242 this.code3XX = code300; in Http3xxHandler()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/net/httpclient/
H A DDigestEchoServer.java559 int code300) in createServerAndRedirect() argument
581 HttpAuthType.SERVER, code300) in createServerAndRedirect()
588 HttpAuthType.SERVER, code300); in createServerAndRedirect()
697 HttpAuthType type, int code300) in create300Handler() argument
700 return new Http3xxHandler(key, proxyURL, type, code300); in create300Handler()
1237 public Http3xxHandler(String key, URL proxyURL, HttpAuthType authType, int code300) { in Http3xxHandler() argument
1238 super(authType, stype("Server" + code300, key, authType, false)); in Http3xxHandler()
1240 this.code3XX = code300; in Http3xxHandler()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/net/httpclient/
H A DDigestEchoServer.java561 int code300) in createServerAndRedirect() argument
583 HttpAuthType.SERVER, code300) in createServerAndRedirect()
590 HttpAuthType.SERVER, code300); in createServerAndRedirect()
699 HttpAuthType type, int code300) in create300Handler() argument
702 return new Http3xxHandler(key, proxyURL, type, code300); in create300Handler()
1239 public Http3xxHandler(String key, URL proxyURL, HttpAuthType authType, int code300) { in Http3xxHandler() argument
1240 super(authType, stype("Server" + code300, key, authType, false)); in Http3xxHandler()
1242 this.code3XX = code300; in Http3xxHandler()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/net/httpclient/
H A DDigestEchoServer.java557 int code300) in createServerAndRedirect() argument
579 HttpAuthType.SERVER, code300) in createServerAndRedirect()
586 HttpAuthType.SERVER, code300); in createServerAndRedirect()
695 HttpAuthType type, int code300) in create300Handler() argument
698 return new Http3xxHandler(key, proxyURL, type, code300); in create300Handler()
1235 public Http3xxHandler(String key, URL proxyURL, HttpAuthType authType, int code300) { in Http3xxHandler() argument
1236 super(authType, stype("Server" + code300, key, authType, false)); in Http3xxHandler()
1238 this.code3XX = code300; in Http3xxHandler()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/net/httpclient/
H A DDigestEchoServer.java561 int code300) in createServerAndRedirect() argument
583 HttpAuthType.SERVER, code300) in createServerAndRedirect()
590 HttpAuthType.SERVER, code300); in createServerAndRedirect()
699 HttpAuthType type, int code300) in create300Handler() argument
702 return new Http3xxHandler(key, proxyURL, type, code300); in create300Handler()
1239 public Http3xxHandler(String key, URL proxyURL, HttpAuthType authType, int code300) { in Http3xxHandler() argument
1240 super(authType, stype("Server" + code300, key, authType, false)); in Http3xxHandler()
1242 this.code3XX = code300; in Http3xxHandler()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/net/httpclient/
H A DDigestEchoServer.java561 int code300) in createServerAndRedirect() argument
583 HttpAuthType.SERVER, code300) in createServerAndRedirect()
590 HttpAuthType.SERVER, code300); in createServerAndRedirect()
699 HttpAuthType type, int code300) in create300Handler() argument
702 return new Http3xxHandler(key, proxyURL, type, code300); in create300Handler()
1239 public Http3xxHandler(String key, URL proxyURL, HttpAuthType authType, int code300) { in Http3xxHandler() argument
1240 super(authType, stype("Server" + code300, key, authType, false)); in Http3xxHandler()
1242 this.code3XX = code300; in Http3xxHandler()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/net/httpclient/
H A DDigestEchoServer.java561 int code300) in createServerAndRedirect() argument
583 HttpAuthType.SERVER, code300) in createServerAndRedirect()
590 HttpAuthType.SERVER, code300); in createServerAndRedirect()
699 HttpAuthType type, int code300) in create300Handler() argument
702 return new Http3xxHandler(key, proxyURL, type, code300); in create300Handler()
1239 public Http3xxHandler(String key, URL proxyURL, HttpAuthType authType, int code300) { in Http3xxHandler() argument
1240 super(authType, stype("Server" + code300, key, authType, false)); in Http3xxHandler()
1242 this.code3XX = code300; in Http3xxHandler()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/net/httpclient/
H A DDigestEchoServer.java562 int code300) in createServerAndRedirect() argument
584 HttpAuthType.SERVER, code300) in createServerAndRedirect()
591 HttpAuthType.SERVER, code300); in createServerAndRedirect()
700 HttpAuthType type, int code300) in create300Handler() argument
703 return new Http3xxHandler(key, proxyURL, type, code300); in create300Handler()
1227 public Http3xxHandler(String key, URL proxyURL, HttpAuthType authType, int code300) { in Http3xxHandler() argument
1228 super(authType, stype("Server" + code300, key, authType, false)); in Http3xxHandler()
1230 this.code3XX = code300; in Http3xxHandler()