Uses of Class
jakarta.ws.rs.core.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 jakarta.ws.rs.client
Modifier and TypeMethodDescriptionClientRequestContext.getCookies()
Get any cookies that accompanied the request.Modifier and TypeMethodDescriptionAdd a cookie to be set. -
Uses of Cookie in jakarta.ws.rs.container
Modifier and TypeMethodDescriptionContainerRequestContext.getCookies()
Get any cookies that accompanied the request. -
Uses of Cookie in jakarta.ws.rs.core
Modifier and TypeClassDescriptionclass
Used to create a new HTTP cookie, transferred in a response.Modifier and TypeMethodDescriptionabstract Cookie
Cookie.AbstractCookieBuilder.build()
Build a newCookie
instance using all the configuration previously specified in this builder.Cookie.Builder.build()
NewCookie.toCookie()
Obtain a new instance of aCookie
with the same name, value, path, domain and version as thisNewCookie
.static Cookie
Deprecated.This method will be removed in a future version.Modifier and TypeMethodDescriptionHttpHeaders.getCookies()
Get any cookies that accompanied the request.ModifierConstructorDescriptionAbstractNewCookieBuilder
(Cookie cookie) Create a new instance supplementing the information in the supplied cookie.Create a new instance supplementing the information in the supplied cookie.Deprecated.This constructor will be removed in a future version.Deprecated.This constructor will be removed in a future version.Deprecated.This constructor will be removed in a future version.NewCookie
(Cookie cookie, String comment, int maxAge, Date expiry, boolean secure, boolean httpOnly, NewCookie.SameSite sameSite) Deprecated.This constructor will be removed in a future version.