HomeSort by relevance Sort by last modified time
    Searched defs:https (Results 1 - 7 of 7) sorted by null

  /libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/https/
Handler.java 18 package org.apache.harmony.luni.internal.net.www.protocol.https;
HttpsURLConnectionImpl.java 17 package org.apache.harmony.luni.internal.net.www.protocol.https;
41 // Https engine to be wrapped
374 * Attempt to make an https connection.
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
AllTests.java 17 package org.apache.harmony.luni.tests.internal.net.www.protocol.https;
HttpsURLConnectionTest.java 18 package org.apache.harmony.luni.tests.internal.net.www.protocol.https;
133 URL url = new URL("https://localhost:" + ss.getLocalPort());
148 * Tests the behaviour of HTTPS connection in case of unavailability
164 URL url = new URL("https://localhost:" + ss.getLocalPort());
203 URL url = new URL("https://localhost:" + ss.getLocalPort());
241 URL url = new URL("https://localhost:" + ss.getLocalPort());
276 URL url = new URL("https://localhost:55555");
319 URL url = new URL("https://localhost:" + ss.getLocalPort());
355 URL url = new URL("https://localhost:" + ss.getLocalPort());
369 * Tests HTTPS connection process made through the proxy server
    [all...]
  /libcore/luni/src/test/java/tests/luni/
AllTestsNet.java 38 suite.addTest(org.apache.harmony.luni.tests.internal.net.www.protocol.https.AllTests.suite());
  /external/chromium/net/url_request/
url_request_http_job.cc 39 DCHECK(scheme == "http" || scheme == "https");
61 static const char kNewScheme[] = "https";
67 // TODO(agl): implement opportunistic HTTPS upgrade.
261 "https",
811 const bool https = response_info_->ssl_info.is_valid(); local
813 https &&
828 // We will only accept strict mode if we saw the header from an HTTPS
853 // If we saw an opportunistic request over HTTPS, then clearly we can make
854 // HTTPS connections to the host so we should remember this.
855 if (https) {
    [all...]
  /external/clearsilver/cgi/
cgi.c 70 {"HTTPS", "HTTPS"},
1433 int https = 0; local
    [all...]

Completed in 56 milliseconds