jdk/src/java.base/share/classes/javax/net/ssl/HttpsURLConnection.java
changeset 32649 2ee9017c7597
parent 25859 3317bb8137f4
child 43195 e7f80841643d
equal deleted inserted replaced
32648:1fa861caf840 32649:2ee9017c7597
    50  * by calling the appropriate per-instance set method(s) before
    50  * by calling the appropriate per-instance set method(s) before
    51  * <code>connect</code>ing.
    51  * <code>connect</code>ing.
    52  *
    52  *
    53  * @since 1.4
    53  * @since 1.4
    54  */
    54  */
    55 abstract public
    55 public abstract
    56 class HttpsURLConnection extends HttpURLConnection
    56 class HttpsURLConnection extends HttpURLConnection
    57 {
    57 {
    58     /**
    58     /**
    59      * Creates an <code>HttpsURLConnection</code> using the
    59      * Creates an <code>HttpsURLConnection</code> using the
    60      * URL specified.
    60      * URL specified.