com.sun.net.ssl.internal.www.protocol.https |
|
Java Source File Name | Type | Comment |
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 | This class exists for compatibility with previous JSSE releases
only. |
HttpsURLConnectionOldImpl.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. |