|
The Java(TM) API for RESTful Web Services (JAX-RS) 1.1 1.0.1.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Cookie | |
---|---|
javax.ws.rs.core | Low-level interfaces and annotations used to create RESTful service resources. |
Uses of Cookie in javax.ws.rs.core |
---|
Subclasses of Cookie in javax.ws.rs.core | |
---|---|
class |
NewCookie
Used to create a new HTTP cookie, transferred in a response. |
Methods in javax.ws.rs.core that return Cookie | |
---|---|
Cookie |
NewCookie.toCookie()
Obtain a new instance of a Cookie with the same name, value, path,
domain and version as this NewCookie . |
static Cookie |
Cookie.valueOf(String value)
Creates a new instance of Cookie by parsing the supplied string. |
Methods in javax.ws.rs.core that return types with arguments of type Cookie | |
---|---|
Map<String,Cookie> |
HttpHeaders.getCookies()
Get any cookies that accompanied the request. |
Constructors in javax.ws.rs.core with parameters of type Cookie | |
---|---|
NewCookie(Cookie cookie)
Create a new instance copying the information in the supplied cookie. |
|
NewCookie(Cookie cookie,
String comment,
int maxAge,
boolean secure)
Create a new instance supplementing the information in the supplied cookie. |
|
The Java(TM) API for RESTful Web Services (JAX-RS) 1.1 1.0.1.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |