jdk/src/share/classes/sun/misc/JavaNetHttpCookieAccess.java
changeset 23927 225d01ae6469
parent 11284 2750cfd2352c
equal deleted inserted replaced
23926:ebade3f50c1f 23927:225d01ae6469
    34      * retaining the original header String in the cookie itself.
    34      * retaining the original header String in the cookie itself.
    35      */
    35      */
    36     public List<HttpCookie> parse(String header);
    36     public List<HttpCookie> parse(String header);
    37 
    37 
    38     /*
    38     /*
    39      * Returns the original header this cookie was consructed from, if it was
    39      * Returns the original header this cookie was constructed from, if it was
    40      * constructed by parsing a header, otherwise null.
    40      * constructed by parsing a header, otherwise null.
    41      */
    41      */
    42     public String header(HttpCookie cookie);
    42     public String header(HttpCookie cookie);
    43 }
    43 }
    44 
    44