Home
last modified time | relevance | path

Searched refs:HttpProtocolType (Results 1 – 25 of 34) sorted by relevance

12

/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/net/HttpURLConnection/SetAuthenticator/
H A DHTTPTest.java77 public static enum HttpProtocolType { HTTP, HTTPS }; enum in HTTPTest
80 public static final HttpProtocolType DEFAULT_PROTOCOL_TYPE = HttpProtocolType.HTTP;
175 for (HttpProtocolType type: HttpProtocolType.values()) { in test()
184 public void test(HttpProtocolType protocol, HttpAuthType mode) { in test()
185 if (mode == HttpAuthType.PROXY305 && protocol == HttpProtocolType.HTTPS ) { in test()
228 HttpProtocolType protocol, in run()
254 public static String protocol(HttpProtocolType type) { in protocol()
258 public static URL url(HttpProtocolType protocol, InetSocketAddress address, in url()
H A DHTTPTestServer.java105 public static HTTPTestServer create(HttpProtocolType protocol, in create()
113 public static HTTPTestServer create(HttpProtocolType protocol, in create()
279 static HttpServer createHttpServer(HttpProtocolType protocol) throws IOException { in createHttpServer()
312 public static HTTPTestServer createServer(HttpProtocolType protocol, in createServer()
331 public static HTTPTestServer createProxy(HttpProtocolType protocol, in createProxy()
342 final HTTPTestServer server = protocol == HttpProtocolType.HTTPS in createProxy()
354 HttpProtocolType protocol, in createServerAndRedirect()
367 HttpProtocolType targetProtocol = targetAuthType == HttpAuthType.PROXY in createServerAndRedirect()
368 ? HttpProtocolType.HTTP in createServerAndRedirect()
H A DHTTPTestClient.java38 public static void connect(HttpProtocolType protocol, in connect()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/net/HttpURLConnection/SetAuthenticator/
H A DHTTPTest.java79 public static enum HttpProtocolType { HTTP, HTTPS }; enum in HTTPTest
82 public static final HttpProtocolType DEFAULT_PROTOCOL_TYPE = HttpProtocolType.HTTP;
184 for (HttpProtocolType type: HttpProtocolType.values()) { in test()
193 public void test(HttpProtocolType protocol, HttpAuthType mode) { in test()
194 if (mode == HttpAuthType.PROXY305 && protocol == HttpProtocolType.HTTPS ) { in test()
237 HttpProtocolType protocol, in run()
263 public static String protocol(HttpProtocolType type) { in protocol()
267 public static URL url(HttpProtocolType protocol, InetSocketAddress address, in url()
H A DHTTPTestServer.java107 public static HTTPTestServer create(HttpProtocolType protocol, in create()
115 public static HTTPTestServer create(HttpProtocolType protocol, in create()
291 static HttpServer createHttpServer(HttpProtocolType protocol) throws IOException { in createHttpServer()
324 public static HTTPTestServer createServer(HttpProtocolType protocol, in createServer()
343 public static HTTPTestServer createProxy(HttpProtocolType protocol, in createProxy()
354 final HTTPTestServer server = protocol == HttpProtocolType.HTTPS in createProxy()
366 HttpProtocolType protocol, in createServerAndRedirect()
379 HttpProtocolType targetProtocol = targetAuthType == HttpAuthType.PROXY in createServerAndRedirect()
380 ? HttpProtocolType.HTTP in createServerAndRedirect()
H A DHTTPTestClient.java40 public static void connect(HttpProtocolType protocol, in connect()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/net/HttpURLConnection/SetAuthenticator/
H A DHTTPTest.java77 public static enum HttpProtocolType { HTTP, HTTPS }; enum in HTTPTest
80 public static final HttpProtocolType DEFAULT_PROTOCOL_TYPE = HttpProtocolType.HTTP;
182 for (HttpProtocolType type: HttpProtocolType.values()) { in test()
191 public void test(HttpProtocolType protocol, HttpAuthType mode) { in test()
192 if (mode == HttpAuthType.PROXY305 && protocol == HttpProtocolType.HTTPS ) { in test()
235 HttpProtocolType protocol, in run()
261 public static String protocol(HttpProtocolType type) { in protocol()
265 public static URL url(HttpProtocolType protocol, InetSocketAddress address, in url()
H A DHTTPTestServer.java105 public static HTTPTestServer create(HttpProtocolType protocol, in create()
113 public static HTTPTestServer create(HttpProtocolType protocol, in create()
291 static HttpServer createHttpServer(HttpProtocolType protocol) throws IOException { in createHttpServer()
324 public static HTTPTestServer createServer(HttpProtocolType protocol, in createServer()
343 public static HTTPTestServer createProxy(HttpProtocolType protocol, in createProxy()
354 final HTTPTestServer server = protocol == HttpProtocolType.HTTPS in createProxy()
366 HttpProtocolType protocol, in createServerAndRedirect()
379 HttpProtocolType targetProtocol = targetAuthType == HttpAuthType.PROXY in createServerAndRedirect()
380 ? HttpProtocolType.HTTP in createServerAndRedirect()
H A DHTTPTestClient.java38 public static void connect(HttpProtocolType protocol, in connect()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/net/HttpURLConnection/SetAuthenticator/
H A DHTTPTest.java79 public static enum HttpProtocolType { HTTP, HTTPS }; enum in HTTPTest
82 public static final HttpProtocolType DEFAULT_PROTOCOL_TYPE = HttpProtocolType.HTTP;
184 for (HttpProtocolType type: HttpProtocolType.values()) { in test()
193 public void test(HttpProtocolType protocol, HttpAuthType mode) { in test()
194 if (mode == HttpAuthType.PROXY305 && protocol == HttpProtocolType.HTTPS ) { in test()
237 HttpProtocolType protocol, in run()
263 public static String protocol(HttpProtocolType type) { in protocol()
267 public static URL url(HttpProtocolType protocol, InetSocketAddress address, in url()
H A DHTTPTestServer.java107 public static HTTPTestServer create(HttpProtocolType protocol, in create()
115 public static HTTPTestServer create(HttpProtocolType protocol, in create()
291 static HttpServer createHttpServer(HttpProtocolType protocol) throws IOException { in createHttpServer()
324 public static HTTPTestServer createServer(HttpProtocolType protocol, in createServer()
343 public static HTTPTestServer createProxy(HttpProtocolType protocol, in createProxy()
354 final HTTPTestServer server = protocol == HttpProtocolType.HTTPS in createProxy()
366 HttpProtocolType protocol, in createServerAndRedirect()
379 HttpProtocolType targetProtocol = targetAuthType == HttpAuthType.PROXY in createServerAndRedirect()
380 ? HttpProtocolType.HTTP in createServerAndRedirect()
H A DHTTPTestClient.java40 public static void connect(HttpProtocolType protocol, in connect()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/net/HttpURLConnection/SetAuthenticator/
H A DHTTPTest.java78 public static enum HttpProtocolType { HTTP, HTTPS }; enum in HTTPTest
81 public static final HttpProtocolType DEFAULT_PROTOCOL_TYPE = HttpProtocolType.HTTP;
183 for (HttpProtocolType type: HttpProtocolType.values()) { in test()
192 public void test(HttpProtocolType protocol, HttpAuthType mode) { in test()
193 if (mode == HttpAuthType.PROXY305 && protocol == HttpProtocolType.HTTPS ) { in test()
236 HttpProtocolType protocol, in run()
262 public static String protocol(HttpProtocolType type) { in protocol()
266 public static URL url(HttpProtocolType protocol, InetSocketAddress address, in url()
H A DHTTPTestServer.java105 public static HTTPTestServer create(HttpProtocolType protocol, in create()
113 public static HTTPTestServer create(HttpProtocolType protocol, in create()
291 static HttpServer createHttpServer(HttpProtocolType protocol) throws IOException { in createHttpServer()
324 public static HTTPTestServer createServer(HttpProtocolType protocol, in createServer()
343 public static HTTPTestServer createProxy(HttpProtocolType protocol, in createProxy()
354 final HTTPTestServer server = protocol == HttpProtocolType.HTTPS in createProxy()
366 HttpProtocolType protocol, in createServerAndRedirect()
379 HttpProtocolType targetProtocol = targetAuthType == HttpAuthType.PROXY in createServerAndRedirect()
380 ? HttpProtocolType.HTTP in createServerAndRedirect()
H A DHTTPTestClient.java38 public static void connect(HttpProtocolType protocol, in connect()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/net/HttpURLConnection/SetAuthenticator/
H A DHTTPTest.java78 public static enum HttpProtocolType { HTTP, HTTPS }; enum in HTTPTest
81 public static final HttpProtocolType DEFAULT_PROTOCOL_TYPE = HttpProtocolType.HTTP;
183 for (HttpProtocolType type: HttpProtocolType.values()) { in test()
192 public void test(HttpProtocolType protocol, HttpAuthType mode) { in test()
193 if (mode == HttpAuthType.PROXY305 && protocol == HttpProtocolType.HTTPS ) { in test()
236 HttpProtocolType protocol, in run()
262 public static String protocol(HttpProtocolType type) { in protocol()
266 public static URL url(HttpProtocolType protocol, InetSocketAddress address, in url()
H A DHTTPTestServer.java105 public static HTTPTestServer create(HttpProtocolType protocol, in serialize()
113 public static HTTPTestServer create(HttpProtocolType protocol, in serialize()
291 static HttpServer createHttpServer(HttpProtocolType protocol) throws IOException { in serialize()
324 public static HTTPTestServer createServer(HttpProtocolType protocol, in serialize()
343 public static HTTPTestServer createProxy(HttpProtocolType protocol, in serialize()
354 final HTTPTestServer server = protocol == HttpProtocolType.HTTPS in serialize()
366 HttpProtocolType protocol, in serialize()
379 HttpProtocolType targetProtocol = targetAuthType == HttpAuthType.PROXY in serialize()
380 ? HttpProtocolType.HTTP in serialize()
H A DHTTPTestClient.java38 public static void connect(HttpProtocolType protocol,
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/net/HttpURLConnection/SetAuthenticator/
H A DHTTPTest.java78 public static enum HttpProtocolType { HTTP, HTTPS }; enum in HTTPTest
81 public static final HttpProtocolType DEFAULT_PROTOCOL_TYPE = HttpProtocolType.HTTP;
183 for (HttpProtocolType type: HttpProtocolType.values()) { in test()
192 public void test(HttpProtocolType protocol, HttpAuthType mode) { in test()
193 if (mode == HttpAuthType.PROXY305 && protocol == HttpProtocolType.HTTPS ) { in test()
236 HttpProtocolType protocol, in run()
262 public static String protocol(HttpProtocolType type) { in protocol()
266 public static URL url(HttpProtocolType protocol, InetSocketAddress address, in url()
H A DHTTPTestServer.java105 public static HTTPTestServer create(HttpProtocolType protocol, in create()
113 public static HTTPTestServer create(HttpProtocolType protocol, in create()
291 static HttpServer createHttpServer(HttpProtocolType protocol) throws IOException { in createHttpServer()
324 public static HTTPTestServer createServer(HttpProtocolType protocol, in createServer()
343 public static HTTPTestServer createProxy(HttpProtocolType protocol, in createProxy()
354 final HTTPTestServer server = protocol == HttpProtocolType.HTTPS in createProxy()
366 HttpProtocolType protocol, in createServerAndRedirect()
379 HttpProtocolType targetProtocol = targetAuthType == HttpAuthType.PROXY in createServerAndRedirect()
380 ? HttpProtocolType.HTTP in createServerAndRedirect()
H A DHTTPTestClient.java38 public static void connect(HttpProtocolType protocol, in connect()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/net/HttpURLConnection/SetAuthenticator/
H A DHTTPTest.java78 public static enum HttpProtocolType { HTTP, HTTPS }; enum in HTTPTest
81 public static final HttpProtocolType DEFAULT_PROTOCOL_TYPE = HttpProtocolType.HTTP;
183 for (HttpProtocolType type: HttpProtocolType.values()) { in test()
192 public void test(HttpProtocolType protocol, HttpAuthType mode) { in test()
193 if (mode == HttpAuthType.PROXY305 && protocol == HttpProtocolType.HTTPS ) { in test()
236 HttpProtocolType protocol, in run()
262 public static String protocol(HttpProtocolType type) { in protocol()
266 public static URL url(HttpProtocolType protocol, InetSocketAddress address, in url()
H A DHTTPTestServer.java106 public static HTTPTestServer create(HttpProtocolType protocol, in create()
114 public static HTTPTestServer create(HttpProtocolType protocol, in create()
292 static HttpServer createHttpServer(HttpProtocolType protocol) throws IOException { in createHttpServer()
325 public static HTTPTestServer createServer(HttpProtocolType protocol, in createServer()
344 public static HTTPTestServer createProxy(HttpProtocolType protocol, in createProxy()
355 final HTTPTestServer server = protocol == HttpProtocolType.HTTPS in createProxy()
367 HttpProtocolType protocol, in createServerAndRedirect()
380 HttpProtocolType targetProtocol = targetAuthType == HttpAuthType.PROXY in createServerAndRedirect()
381 ? HttpProtocolType.HTTP in createServerAndRedirect()
H A DHTTPTestClient.java38 public static void connect(HttpProtocolType protocol, in connect()
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/common/io/http/
H A Durl.h26 } HttpProtocolType; typedef
34HttpProtocolType type; // Expected protocol type (httpPro…
49 HttpProtocolType type; // Protocol type, e.g. http
56 __attribute__((always_inline)) static inline HttpProtocolType

12