sun.net.www.protocol.https |
|
Java Source File Name | Type | Comment |
AbstractDelegateHttpsURLConnection.java | Class | HTTPS URL connection support. |
DefaultHostnameVerifier.java | Class | HostnameVerifier provides a callback mechanism so that
implementers of this interface can supply a policy for
handling the case where the host to connect to and
the server name from the certificate mismatch. |
DelegateHttpsURLConnection.java | Class | This class was introduced to provide an additional level of
abstraction between javax.net.ssl.HttpURLConnection and
com.sun.net.ssl.HttpURLConnection objects. |
Handler.java | Class | |
HttpsClient.java | Class | This class provides HTTPS client URL support, building on the standard
"sun.net.www" HTTP protocol handler. |
HttpsURLConnectionImpl.java | Class | A class to represent an HTTP connection to a remote object.
Ideally, this class should subclass and inherit the http handler
implementation, but it can't do so because that class have the
wrong Java Type. |