Home
last modified time | relevance | path

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

/external/apache-http/src/org/apache/http/impl/cookie/
DAbstractCookieSpec.java60 private final Map<String, CookieAttributeHandler> attribHandlerMap; field in AbstractCookieSpec
67 this.attribHandlerMap = new HashMap<String, CookieAttributeHandler>(10); in AbstractCookieSpec()
78 this.attribHandlerMap.put(name, handler); in registerAttribHandler()
90 return this.attribHandlerMap.get(name); in findAttribHandler()
112 return this.attribHandlerMap.values(); in getAttribHandlers()