Class DelegateHttpsURLConnection


  • public class DelegateHttpsURLConnection
    extends AbstractDelegateHttpsURLConnection
    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.