Uses of Class
jakarta.ws.rs.core.NewCookie
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 NewCookie in jakarta.ws.rs.client
Modifier and TypeMethodDescriptionClientResponseContext.getCookies()
Get any new cookies set on the response message. -
Uses of NewCookie in jakarta.ws.rs.container
Modifier and TypeMethodDescriptionContainerResponseContext.getCookies()
Get any new cookies set on the response message. -
Uses of NewCookie in jakarta.ws.rs.core
Modifier and TypeMethodDescriptionabstract NewCookie
NewCookie.AbstractNewCookieBuilder.build()
Build a newNewCookie
instance using all the configuration previously specified in this builder.NewCookie.Builder.build()
static NewCookie
Deprecated.This method will be removed in a future version.Modifier and TypeMethodDescriptionResponse.getCookies()
Get any new cookies set on the response message.Modifier and TypeMethodDescriptionabstract Response.ResponseBuilder
Add cookies to the response message.