Uses of Class
javax.ws.rs.core.NewCookie
Packages that use 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 javax.ws.rs.client
Methods in javax.ws.rs.client that return types with arguments of type NewCookieModifier and TypeMethodDescriptionClientResponseContext.getCookies()
Get any new cookies set on the response message. -
Uses of NewCookie in javax.ws.rs.container
Methods in javax.ws.rs.container that return types with arguments of type NewCookieModifier and TypeMethodDescriptionContainerResponseContext.getCookies()
Get any new cookies set on the response message. -
Uses of NewCookie in javax.ws.rs.core
Fields in javax.ws.rs.core with type parameters of type NewCookieModifier and TypeFieldDescriptionprivate static final RuntimeDelegate.HeaderDelegate
<NewCookie> NewCookie.delegate
Methods in javax.ws.rs.core that return NewCookieModifier and TypeMethodDescriptionstatic NewCookie
Creates a new instance of NewCookie by parsing the supplied string.Methods in javax.ws.rs.core that return types with arguments of type NewCookieModifier and TypeMethodDescriptionResponse.getCookies()
Get any new cookies set on the response message.Methods in javax.ws.rs.core with parameters of type NewCookieModifier and TypeMethodDescriptionabstract Response.ResponseBuilder
Add cookies to the response message.