public class HttpCookie extends Object
ResponseCookie
sub-class has the
additional attributes expected in the "Set-Cookie" response header.Constructor and Description |
---|
HttpCookie(String name,
String value) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
String |
getName()
Return the cookie name.
|
String |
getValue()
Return the cookie value or an empty string, never
null . |
int |
hashCode() |