public class CookieKey extends Object implements Comparable<CookieKey>
| Constructor and Description |
|---|
CookieKey(String name,
String path,
String domain)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(CookieKey other) |
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString() |
Copyright © 2016. All rights reserved.