OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:matchedcookies
(Results
1 - 1
of
1
) sorted by null
/external/apache-http/src/org/apache/http/client/protocol/
RequestAddCookies.java
151
List<Cookie>
matchedCookies
= new ArrayList<Cookie>();
157
matchedCookies
.add(cookie);
161
if (!
matchedCookies
.isEmpty()) {
162
List<Header> headers = cookieSpec.formatCookies(
matchedCookies
);
171
for (Cookie cookie :
matchedCookies
) {
Completed in 30 milliseconds