org.apache.commons.httpclient.cookie
public class CookiePathComparator extends java.lang.Object implements java.util.Comparator
This comparator assumes that Path attributes of two cookies path-match a commmon request-URI. Otherwise, the result of the comparison is undefined.
Constructor and Description |
---|
CookiePathComparator() |
Modifier and Type | Method and Description |
---|---|
int |
compare(java.lang.Object o1,
java.lang.Object o2) |
Copyright (c) 1999-2005 - Apache Software Foundation