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 TypeClassDescriptionclassUsed 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.delegateMethods in javax.ws.rs.core that return CookieModifier and TypeMethodDescriptionNewCookie.toCookie()Obtain a new instance of aCookiewith the same name, value, path, domain and version as thisNewCookie.static CookieCreates 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