©2008 Google -
Code Home -
Site Terms of Service -
Privacy Policy -
Site Directory
Google Code offered in:
中文 -
English -
Português -
Pусский -
Español -
日本語
| java.lang.Object | ||
| org.apache.http.cookie.CookiePathComparator | Serializable Comparator<T> | |
This cookie comparator ensures that multiple cookies satisfying a common criteria are ordered in the Cookie header such that those with more specific Path attributes precede those with less specific.
This comparator assumes that Path attributes of two cookies path-match a commmon request-URI. Otherwise, the result of the comparison is undefined.
| CookiePathComparator() |
| int | compare(Cookie c1, Cookie c2) |
Methods inherited
from class
java.lang.Object
Methods inherited
from interface
java.util.Comparator