OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:https
(Results
1 - 3
of
3
) sorted by null
/external/chromium/net/url_request/
url_request_http_job.cc
168
DCHECK(scheme == "http" || scheme == "
https
");
191
static const char kNewScheme[] = "
https
";
197
// TODO(agl): implement opportunistic
HTTPS
upgrade.
494
const bool
https
= response_info_->ssl_info.is_valid();
local
496
https
&& !IsCertStatusError(response_info_->ssl_info.cert_status);
510
// We will only accept strict mode if we saw the header from an
HTTPS
535
// If we saw an opportunistic request over
HTTPS
, then clearly we can make
536
//
HTTPS
connections to the host so we should remember this.
537
if (
https
) {
556
// In this case we need to probe to check that we can make
HTTPS
[
all
...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
HttpsURLConnectionTest.java
18
package org.apache.harmony.luni.tests.internal.net.www.protocol.
https
;
121
* Checks if
HTTPS
connection performs initial SSL handshake with the server
123
* HTTP response. After
HTTPS
session if finished test checks connection
141
URL url = new URL("
https
://localhost:" + ss.getLocalPort());
160
* Checks if
HTTPS
connection performs initial SSL handshake with the server
163
* persistent. After
HTTPS
session if finished test checks connection state
181
URL url = new URL("
https
://localhost:" + ss.getLocalPort());
201
* Tests the behaviour of
HTTPS
connection in case of unavailability of
219
URL url = new URL("
https
://localhost:" + ss.getLocalPort());
264
URL url = new URL("
https
://localhost:" + ss.getLocalPort())
[
all
...]
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
HttpsURLConnectionTest.java
18
package org.apache.harmony.luni.tests.internal.net.www.protocol.
https
;
134
URL url = new URL("
https
://localhost:" + ss.getLocalPort());
149
* Tests the behaviour of
HTTPS
connection in case of unavailability
165
URL url = new URL("
https
://localhost:" + ss.getLocalPort());
204
URL url = new URL("
https
://localhost:" + ss.getLocalPort());
242
URL url = new URL("
https
://localhost:" + ss.getLocalPort());
277
URL url = new URL("
https
://localhost:55555");
320
URL url = new URL("
https
://localhost:" + ss.getLocalPort());
356
URL url = new URL("
https
://localhost:" + ss.getLocalPort());
370
* Tests
HTTPS
connection process made through the proxy server
[
all
...]
Completed in 55 milliseconds