org.apache.http.cookie
@Immutable public class CookiePathComparator extends Object implements Serializable, Comparator<Cookie>
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.
| Constructor and Description |
|---|
CookiePathComparator() |
public int compare(Cookie c1, Cookie c2)
compare in interface Comparator<Cookie>Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.