Home
last modified time | relevance | path

Searched refs:SET_COOKIE2 (Results 1 – 5 of 5) sorted by relevance

/external/apache-http/src/org/apache/http/cookie/
DSM.java51 public static final String SET_COOKIE2 = "Set-Cookie2"; field
/external/guava/guava/src/com/google/common/net/
DHttpHeaders.java189 public static final String SET_COOKIE2 = "Set-Cookie2"; field in HttpHeaders
/external/apache-http/src/org/apache/http/client/protocol/
DResponseProcessCookies.java112 it = response.headerIterator(SM.SET_COOKIE2); in process()
/external/apache-http/src/org/apache/http/impl/cookie/
DRFC2965Spec.java124 if (header.getName().equals(SM.SET_COOKIE2)) { in parse()
/external/apache-http/api/
Dcurrent.txt2033 field @Deprecated public static final String SET_COOKIE2 = "Set-Cookie2";