Searched refs:indexedCookies (Results 1 – 1 of 1) sorted by relevance
366 List<HttpCookie> indexedCookies = cookieIndex.get(index); in getInternal2() local368 if (indexedCookies != null) { in getInternal2()369 Iterator<HttpCookie> it = indexedCookies.iterator(); in getInternal2()