Uses of Class
javax.ws.rs.core.Cookie
Packages that use Cookie
Package
Description
The JAX-RS client API
Container-specific JAX-RS API.
Low-level interfaces and annotations used to create RESTful service
resources.
-
Uses of Cookie in javax.ws.rs.client
Methods in javax.ws.rs.client that return types with arguments of type CookieModifier and TypeMethodDescriptionClientRequestContext.getCookies()
Get any cookies that accompanied the request.Methods in javax.ws.rs.client with parameters of type CookieModifier and TypeMethodDescriptionAdd a cookie to be set. -
Uses of Cookie in javax.ws.rs.container
Methods in javax.ws.rs.container that return types with arguments of type CookieModifier and TypeMethodDescriptionContainerRequestContext.getCookies()
Get any cookies that accompanied the request. -
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.HEADER_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 ofCookie
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 CookieModifierConstructorDescriptionCreate a new instance copying the information in the supplied cookie.Create a new instance supplementing the information in the supplied cookie.Create a new instance supplementing the information in the supplied cookie.