Searched refs:domainIndex (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/net/
H A DInMemoryCookieStore.java52 // it won't be cleared in domainIndex & uriIndex. Double-check the
54 private Map<String, List<HttpCookie>> domainIndex = null; field in class:InMemoryCookieStore
66 domainIndex = new HashMap<String, List<HttpCookie>>();
92 addIndex(domainIndex, cookie.getDomain(), cookie);
122 // check domainIndex first
123 getInternal1(cookies, domainIndex, uri.getHost(), secureLink);
211 domainIndex.clear();

Completed in 23 milliseconds