Uses of Class
javax.ws.rs.core.NewCookie
Packages that use NewCookie
Package
Description
Low-level interfaces and annotations used to create RESTful service
resources.
-
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.delegateMethods in javax.ws.rs.core that return NewCookieModifier and TypeMethodDescriptionstatic NewCookieCreates a new instance of NewCookie by parsing the supplied string.Methods in javax.ws.rs.core with parameters of type NewCookieModifier and TypeMethodDescriptionabstract Response.ResponseBuilderAdd cookies to the ResponseBuilder.