Class 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