Searched refs:https (Results 1 - 17 of 17) 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 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;
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,
/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/jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/
H A DPostThruProxy.java36 * This test case is written to test the https POST through a proxy.
41 * that makes https POST request through a proxy.
147 static String postMsg = "Testing HTTP post on a https server";
164 URL url = new URL("https://" + hostname+ ":" + serverPort);
167 HttpsURLConnection https = (HttpsURLConnection)url.openConnection(p);
168 https.setDoOutput(true);
169 https.setRequestMethod("POST");
172 ps = new PrintStream(https.getOutputStream());
175 if (https.getResponseCode() != 200) {
183 https
[all...]
H A DPostThruProxyWithAuth.java36 * This test case is written to test the https POST through a proxy
41 * that makes https POST request through a proxy.
149 static String postMsg = "Testing HTTP post on a https server";
163 URL url = new URL("https://" + hostname + ":" + serverPort);
166 HttpsURLConnection https = (HttpsURLConnection)url.openConnection(p);
167 https.setDoOutput(true);
168 https.setRequestMethod("POST");
171 ps = new PrintStream(https.getOutputStream());
174 if (https.getResponseCode() != 200) {
181 https
[all...]
H A DCheckMethods.java33 import sun.net.www.protocol.https.HttpsURLConnectionImpl;
34 import com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl;
/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/make/sun/net/
H A DFILES_java.gmk108 sun/net/www/protocol/https/AbstractDelegateHttpsURLConnection.java \
109 sun/net/www/protocol/https/HttpsClient.java \
110 sun/net/www/protocol/https/DefaultHostnameVerifier.java \
111 sun/net/www/protocol/https/HttpsURLConnectionImpl.java \
112 sun/net/www/protocol/https/DelegateHttpsURLConnection.java \
113 sun/net/www/protocol/https/Handler.java \
/openjdk7/jdk/src/solaris/native/java/lang/
H A Djava_props_macosx.c337 CHECK_PROXY(https, 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) {
/openjdk7/jdk/make/common/
H A DRelease.gmk444 classes/sun/net/www/protocol/https \

Completed in 1779 milliseconds