@Contract(threading=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.
Modifier and Type | Field and Description |
---|---|
static CookiePathComparator |
INSTANCE |
Constructor and Description |
---|
CookiePathComparator() |
public static final CookiePathComparator INSTANCE
public int compare(Cookie c1, Cookie c2)
compare
in interface Comparator<Cookie>
Copyright © 1999–2022 The Apache Software Foundation. All rights reserved.