|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.http.cookie.CookieIdentityComparator
@Immutable public class CookieIdentityComparator
This cookie comparator can be used to compare identity of cookies.
Cookies are considered identical if their names are equal and their domain attributes match ignoring case.
Constructor Summary | |
---|---|
CookieIdentityComparator()
|
Method Summary | |
---|---|
int |
compare(Cookie c1,
Cookie c2)
|
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 |
Constructor Detail |
---|
public CookieIdentityComparator()
Method Detail |
---|
public int compare(Cookie c1, Cookie c2)
compare
in interface java.util.Comparator<Cookie>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |