Class AbstractDelegateHttpsURLConnection

  • Direct Known Subclasses:
    DelegateHttpsURLConnection

    public abstract class AbstractDelegateHttpsURLConnection
    extends HttpURLConnection
    HTTPS URL connection support. We need this delegate because HttpsURLConnection is a subclass of java.net.HttpURLConnection. We will avoid copying over the code from sun.net.www.protocol.http.HttpURLConnection by having this class