public final class RequestCookie extends Object
| Constructor and Description |
|---|
RequestCookie(String name,
String value)
Creates a new
RequestCookie with the given name and value. |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the name of the cookie.
|
String |
getValue()
Returns the value of the cookie.
|