Uses of Class
jakarta.ws.rs.core.NewCookie
-
Packages that use NewCookie Package Description jakarta.ws.rs.client The JAX-RS client APIjakarta.ws.rs.container Container-specific JAX-RS API.jakarta.ws.rs.core Low-level interfaces and annotations used to create RESTful service resources. -
-
Uses of NewCookie in jakarta.ws.rs.client
Methods in jakarta.ws.rs.client that return types with arguments of type NewCookie Modifier and Type Method Description java.util.Map<java.lang.String,NewCookie>
ClientResponseContext. getCookies()
Get any new cookies set on the response message. -
Uses of NewCookie in jakarta.ws.rs.container
Methods in jakarta.ws.rs.container that return types with arguments of type NewCookie Modifier and Type Method Description java.util.Map<java.lang.String,NewCookie>
ContainerResponseContext. getCookies()
Get any new cookies set on the response message. -
Uses of NewCookie in jakarta.ws.rs.core
Fields in jakarta.ws.rs.core with type parameters of type NewCookie Modifier and Type Field Description private static RuntimeDelegate.HeaderDelegate<NewCookie>
NewCookie. DELEGATE
Deprecated.This field will be removed in a future version.Methods in jakarta.ws.rs.core that return NewCookie Modifier and Type Method Description abstract NewCookie
NewCookie.AbstractNewCookieBuilder. build()
Build a newNewCookie
instance using all the configuration previously specified in this builder.NewCookie
NewCookie.Builder. build()
static NewCookie
NewCookie. valueOf(java.lang.String value)
Deprecated.This method will be removed in a future version.Methods in jakarta.ws.rs.core that return types with arguments of type NewCookie Modifier and Type Method Description abstract java.util.Map<java.lang.String,NewCookie>
Response. getCookies()
Get any new cookies set on the response message.Methods in jakarta.ws.rs.core with parameters of type NewCookie Modifier and Type Method Description abstract Response.ResponseBuilder
Response.ResponseBuilder. cookie(NewCookie... cookies)
Add cookies to the response message.
-