Home
last modified time | relevance | path

Searched refs:RESERVED_NAMES (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/net/
DHttpCookie.java61 private static final Set<String> RESERVED_NAMES = new HashSet<String>(); field in HttpCookie
64 RESERVED_NAMES.add("comment"); // RFC 2109 RFC 2965 RFC 6265
65 RESERVED_NAMES.add("commenturl"); // RFC 2965 RFC 6265
66 RESERVED_NAMES.add("discard"); // RFC 2965 RFC 6265
67 RESERVED_NAMES.add("domain"); // Netscape RFC 2109 RFC 2965 RFC 6265
68 RESERVED_NAMES.add("expires"); // Netscape
69 RESERVED_NAMES.add("httponly"); // RFC 6265
70 RESERVED_NAMES.add("max-age"); // RFC 2109 RFC 2965 RFC 6265
71 RESERVED_NAMES.add("path"); // Netscape RFC 2109 RFC 2965 RFC 6265
72 RESERVED_NAMES.add("port"); // RFC 2965 RFC 6265
[all …]
/libcore/ojluni/annotations/hiddenapi/java/net/
DHttpCookie.java225 private static final java.util.Set<java.lang.String> RESERVED_NAMES; field in HttpCookie
228 RESERVED_NAMES = null;