Package org.apache.http.cookie
Class CookiePriorityComparator
java.lang.Object
org.apache.http.cookie.CookiePriorityComparator
- All Implemented Interfaces:
Comparator<Cookie>
@Contract(threading=IMMUTABLE)
public class CookiePriorityComparator
extends Object
implements Comparator<Cookie>
This cookie comparator ensures that cookies with longer paths take precedence over
cookies with shorter path. Among cookies with equal path length cookies with ealier
creation time take precedence over cookies with later creation time
- Since:
- 4.4
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
CookiePriorityComparator
public CookiePriorityComparator()
-
-
Method Details
-
compare
- Specified by:
compare
in interfaceComparator<Cookie>
-