equal
deleted
inserted
replaced
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 |