OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:supportedCookieSpecs
(Results
1 - 2
of
2
) sorted by null
/external/apache-http/src/org/apache/http/impl/client/
AbstractHttpClient.java
102
private CookieSpecRegistry
supportedCookieSpecs
;
249
if (
supportedCookieSpecs
== null) {
250
supportedCookieSpecs
= createCookieSpecRegistry();
252
return
supportedCookieSpecs
;
257
supportedCookieSpecs
= cookieSpecRegistry;
/prebuilt/common/http-client/
httpclient-4.1.1.jar
Completed in 249 milliseconds