public class

DelegateHttpsURLConnection

extends AbstractDelegateHttpsURLConnection
java.lang.Object
   ↳ java.net.URLConnection
     ↳ java.net.HttpURLConnection
       ↳ sun.net.www.protocol.http.HttpURLConnection
         ↳ sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection
           ↳ sun.net.www.protocol.https.DelegateHttpsURLConnection

Class Overview

This class was introduced to provide an additional level of abstraction between javax.net.ssl.HttpURLConnection and com.sun.net.ssl.HttpURLConnection objects.

javax.net.ssl.HttpURLConnection is used in the new sun.net version of protocol implementation (this one) com.sun.net.ssl.HttpURLConnection is used in the com.sun version.

Summary

[Expand]
Inherited Constants
From class java.net.HttpURLConnection
Fields
public HttpsURLConnection httpsURLConnection
[Expand]
Inherited Fields
From class sun.net.www.protocol.http.HttpURLConnection
From class java.net.HttpURLConnection
From class java.net.URLConnection
Protected Methods
void dispose()
HostnameVerifier getHostnameVerifier()
SSLSocketFactory getSSLSocketFactory()
[Expand]
Inherited Methods
From class sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection
From class sun.net.www.protocol.http.HttpURLConnection
From class java.net.HttpURLConnection
From class java.net.URLConnection
From class java.lang.Object

Fields

public HttpsURLConnection httpsURLConnection

Protected Methods

protected void dispose ()

Throws
Throwable

protected HostnameVerifier getHostnameVerifier ()

protected SSLSocketFactory getSSLSocketFactory ()