jdk/src/java.base/share/classes/java/net/HttpURLConnection.java
changeset 32649 2ee9017c7597
parent 25859 3317bb8137f4
child 42351 85ed90be0ae1
equal deleted inserted replaced
32648:1fa861caf840 32649:2ee9017c7597
    64  * redirected host/URL.
    64  * redirected host/URL.
    65  *
    65  *
    66  * @see     java.net.HttpURLConnection#disconnect()
    66  * @see     java.net.HttpURLConnection#disconnect()
    67  * @since 1.1
    67  * @since 1.1
    68  */
    68  */
    69 abstract public class HttpURLConnection extends URLConnection {
    69 public abstract class HttpURLConnection extends URLConnection {
    70     /* instance variables */
    70     /* instance variables */
    71 
    71 
    72     /**
    72     /**
    73      * The HTTP method (GET,POST,PUT,etc.).
    73      * The HTTP method (GET,POST,PUT,etc.).
    74      */
    74      */