OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:attribHandlerMap
(Results
1 - 2
of
2
) sorted by null
/external/apache-http/src/org/apache/http/impl/cookie/
AbstractCookieSpec.java
55
private final Map<String, CookieAttributeHandler>
attribHandlerMap
;
62
this.
attribHandlerMap
= new HashMap<String, CookieAttributeHandler>(10);
73
this.
attribHandlerMap
.put(name, handler);
85
return this.
attribHandlerMap
.get(name);
107
return this.
attribHandlerMap
.values();
/prebuilt/common/http-client/
httpclient-4.1.1.jar
Completed in 1197 milliseconds