public class Cookies extends Object
| Constructor and Description |
|---|
Cookies(javax.servlet.http.Cookie[] cookies) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(String name,
String value,
int maxAge) |
String |
get(String name) |
void |
remove(String name) |
Copyright © 2019. All rights reserved.