Uses of Class
javax.ws.rs.core.Cookie
Packages that use Cookie
Package
Description
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.coreModifier and TypeClassDescriptionclass
Used to create a new HTTP cookie, transferred in a response.Fields in javax.ws.rs.core with type parameters of type CookieModifier and TypeFieldDescriptionprivate static final RuntimeDelegate.HeaderDelegate
<Cookie> Cookie.delegate
Methods in javax.ws.rs.core that return CookieModifier and TypeMethodDescriptionNewCookie.toCookie()
Obtain a new instance of aCookie
with the same name, value, path, domain and version as thisNewCookie
.static Cookie
Creates a new instance of Cookie by parsing the supplied string.Methods in javax.ws.rs.core that return types with arguments of type CookieModifier and TypeMethodDescriptionHttpHeaders.getCookies()
Get any cookies that accompanied the request.Constructors in javax.ws.rs.core with parameters of type Cookie