Home
last modified time | relevance | path

Searched refs:COOKIE_ORIGIN (Results 1 – 3 of 3) sorted by relevance

/external/apache-http/src/org/apache/http/client/protocol/
DClientContext.java45 public static final String COOKIE_ORIGIN = "http.cookie-origin"; field
DResponseProcessCookies.java95 ClientContext.COOKIE_ORIGIN); in process()
DRequestAddCookies.java189 context.setAttribute(ClientContext.COOKIE_ORIGIN, cookieOrigin); in process()