|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Cookie | |
---|---|
javax.ws.rs.core |
Uses of Cookie in javax.ws.rs.core |
---|
Subclasses of Cookie in javax.ws.rs.core | |
---|---|
class |
NewCookie
|
Methods in javax.ws.rs.core that return Cookie | |
---|---|
Cookie |
NewCookie.toCookie()
|
static Cookie |
Cookie.valueOf(String value)
|
Methods in javax.ws.rs.core that return types with arguments of type Cookie | |
---|---|
Map<String,Cookie> |
HttpHeaders.getCookies()
|
Constructors in javax.ws.rs.core with parameters of type Cookie | |
---|---|
NewCookie(Cookie cookie)
|
|
NewCookie(Cookie cookie,
String comment,
int maxAge,
boolean isSecure)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |