Home
last modified time | relevance | path

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

/external/apache-http/src/org/apache/http/cookie/
DCookieSpecRegistry.java110 public synchronized CookieSpec getCookieSpec(final String name, final HttpParams params) in getCookieSpec() method in CookieSpecRegistry
133 public synchronized CookieSpec getCookieSpec(final String name) in getCookieSpec() method in CookieSpecRegistry
135 return getCookieSpec(name, null); in getCookieSpec()
/external/apache-http/src/org/apache/http/client/protocol/
DRequestAddCookies.java152 CookieSpec cookieSpec = registry.getCookieSpec(policy, request.getParams()); in process()
/external/apache-http/api/
Dapache-http-legacy-current.txt2136 …method public synchronized org.apache.http.cookie.CookieSpec getCookieSpec(java.lang.String, org.a…
2137 …method public synchronized org.apache.http.cookie.CookieSpec getCookieSpec(java.lang.String) throw…