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

/openjdk7/jdk/src/share/classes/sun/net/www/protocol/https/
H A DHttpsClient.java108 final class HttpsClient extends HttpClient class in inherits:HttpClient,HandshakeCompletedListener
223 * Use New to get new HttpsClient. This constructor is meant to be
228 private HttpsClient(SSLSocketFactory sf, URL url) method in class:HttpsClient
240 HttpsClient(SSLSocketFactory sf, URL url, String proxyHost, int proxyPort) method in class:HttpsClient
249 HttpsClient(SSLSocketFactory sf, URL url, String proxyHost, int proxyPort, method in class:HttpsClient
254 HttpsClient.newHttpProxy(proxyHost, proxyPort)),
261 HttpsClient(SSLSocketFactory sf, URL url, Proxy proxy, method in class:HttpsClient
285 return HttpsClient.New(sf, url, hv, true, httpuc);
292 return HttpsClient.New(sf, url, hv, (String)null, -1, useCache, httpuc);
302 return HttpsClient
[all...]

Completed in 29 milliseconds