Searched defs:https (Results 1 - 11 of 11) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/net/www/protocol/https/
H A DDefaultHostnameVerifier.java26 package sun.net.www.protocol.https;
H A DDelegateHttpsURLConnection.java26 package sun.net.www.protocol.https;
H A DHandler.java30 package sun.net.www.protocol.https;
H A DAbstractDelegateHttpsURLConnection.java26 package sun.net.www.protocol.https;
73 * the com.sun.ssl.internal.www.protocol.https handler reuses this
87 * the com.sun.ssl.internal.www.protocol.https handler reuses this
109 * the com.sun.ssl.internal.www.protocol.https handler reuses this
127 * the com.sun.ssl.internal.www.protocol.https handler reuses this
H A DHttpsClient.java27 package sun.net.www.protocol.https;
91 * <LI><em>https.proxyHost</em> ... the host supporting SSL
94 * <LI><em>https.proxyPort</em> ... port to use on proxyHost
96 * <LI><em>https.cipherSuites</em> ... comma separated list of
143 new GetPropertyAction("https.cipherSuites"));
167 new GetPropertyAction("https.protocols"));
188 new sun.security.action.GetPropertyAction("https.agent"));
226 * @param URL https URL with which a connection must be established
580 // if we are reusing a cached https session,
H A DHttpsURLConnectionImpl.java27 * NOTE: This class lives in the package sun.net.www.protocol.https.
28 * There is a copy in com.sun.net.ssl.internal.www.protocol.https for JSSE
35 package sun.net.www.protocol.https;
36 // package com.sun.net.ssl.internal.www.protocol.https;
/openjdk7/jdk/src/share/classes/com/sun/net/ssl/internal/www/protocol/https/
H A DHandler.java26 package com.sun.net.ssl.internal.www.protocol.https;
35 * sun.net.www.protocol.https.
38 public class Handler extends sun.net.www.protocol.https.Handler {
H A DDelegateHttpsURLConnection.java26 package com.sun.net.ssl.internal.www.protocol.https;
44 import sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection;
H A DHttpsURLConnectionOldImpl.java27 * NOTE: This class lives in the package sun.net.www.protocol.https.
28 * There is a copy in com.sun.net.ssl.internal.www.protocol.https for JSSE
35 // package sun.net.www.protocol.https;
36 package com.sun.net.ssl.internal.www.protocol.https;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/transport/http/client/
H A DHttpClientTransport.java83 private boolean https; field in class:HttpClientTransport
204 if (scheme.equals("https")) {
205 https = true;
208 https = true;
287 return https;
/openjdk7/jdk/src/share/classes/sun/net/httpserver/
H A DServerImpl.java47 private boolean https; field in class:ServerImpl
94 https = protocol.equalsIgnoreCase ("https");
516 if (https) {
518 logger.warning ("SSL connection received. No https contxt created");
646 if (https) {

Completed in 53 milliseconds