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.org.glassfish.jersey.client Jersey client-side classes.org.glassfish.jersey.message.internal Common Jersey internal messaging classes.org.glassfish.jersey.server Jersey server-side classes. -
-
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 Map<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 Map<String,NewCookie>ContainerResponseContext. getCookies()Get any new cookies set on the response message. -
Uses of NewCookie in jakarta.ws.rs.core
Methods in jakarta.ws.rs.core that return NewCookie Modifier and Type Method Description abstract NewCookieNewCookie.AbstractNewCookieBuilder. build()Build a newNewCookieinstance using all the configuration previously specified in this builder.NewCookieNewCookie.Builder. build()static NewCookieNewCookie. valueOf(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 Map<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.ResponseBuilderResponse.ResponseBuilder. cookie(NewCookie... cookies)Add cookies to the response message. -
Uses of NewCookie in org.glassfish.jersey.client
Methods in org.glassfish.jersey.client that return types with arguments of type NewCookie Modifier and Type Method Description Map<String,NewCookie>ClientResponse. getCookies() -
Uses of NewCookie in org.glassfish.jersey.message.internal
Methods in org.glassfish.jersey.message.internal that return NewCookie Modifier and Type Method Description NewCookieNewCookieProvider. fromString(String header)static NewCookieHeaderUtils. getPreferredCookie(NewCookie first, NewCookie second)Compare two NewCookies having the same name.static NewCookieCookiesParser. parseNewCookie(String header)static NewCookieHttpHeaderReader. readNewCookie(String header)TODO javadoc.Methods in org.glassfish.jersey.message.internal that return types with arguments of type NewCookie Modifier and Type Method Description Map<String,NewCookie>OutboundJaxrsResponse. getCookies()Map<String,NewCookie>InboundMessageContext. getResponseCookies()Get any new cookies set on the response message.Map<String,NewCookie>OutboundMessageContext. getResponseCookies()Get any new cookies set on the message message.Methods in org.glassfish.jersey.message.internal with parameters of type NewCookie Modifier and Type Method Description Response.ResponseBuilderOutboundJaxrsResponse.Builder. cookie(NewCookie... cookies)static NewCookieHeaderUtils. getPreferredCookie(NewCookie first, NewCookie second)Compare two NewCookies having the same name.StringNewCookieProvider. toString(NewCookie cookie) -
Uses of NewCookie in org.glassfish.jersey.server
Methods in org.glassfish.jersey.server that return types with arguments of type NewCookie Modifier and Type Method Description Map<String,NewCookie>ContainerResponse. getCookies()
-