@Contract(threading=STATELESS) 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 common request-URI. Otherwise, the result of the comparison is undefined.
| Modifier and Type | Field and Description | 
|---|---|
| static CookiePathComparator | INSTANCE | 
| Constructor and Description | 
|---|
| CookiePathComparator() | 
| Modifier and Type | Method and Description | 
|---|---|
| int | compare(Cookie c1,
       Cookie c2) | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongpublic static final CookiePathComparator INSTANCE
public int compare(Cookie c1, Cookie c2)
compare in interface Comparator<Cookie>Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.