Home
last modified time | relevance | path

Searched refs:COOKIE_STORE (Results 1 – 6 of 6) sorted by relevance

/external/apache-http/src/org/apache/http/client/protocol/
DClientContext.java48 public static final String COOKIE_STORE = "http.cookie-store"; field
DClientContextConfigurer.java67 this.context.setAttribute(COOKIE_STORE, store); in setCookieStore()
DResponseProcessCookies.java86 ClientContext.COOKIE_STORE); in process()
DRequestAddCookies.java94 ClientContext.COOKIE_STORE); in process()
/external/apache-http/src/org/apache/http/impl/client/
DDefaultHttpClient.java230 ClientContext.COOKIE_STORE, in createHttpContext()
/external/apache-http/api/
Dapache-http-legacy-current.txt1635 field public static final java.lang.String COOKIE_STORE = "http.cookie-store";