@Contract(threading=STATELESS) public class CookieIdentityComparator extends Object implements Serializable, Comparator<Cookie>
Cookies are considered identical if their names are equal and their domain attributes match ignoring case.
Modifier and Type | Field and Description |
---|---|
static CookieIdentityComparator |
INSTANCE
Singleton instance.
|
Constructor and Description |
---|
CookieIdentityComparator() |
Modifier and Type | Method and Description |
---|---|
int |
compare(Cookie c1,
Cookie c2) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
public static final CookieIdentityComparator INSTANCE
public int compare(Cookie c1, Cookie c2)
compare
in interface Comparator<Cookie>
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.