@Immutable public class CookiePathComparator extends java.lang.Object implements java.io.Serializable, java.util.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