Uses of Class
jakarta.ws.rs.core.Cookie
Packages that use Cookie
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 Cookie in jakarta.ws.rs.client
Methods in jakarta.ws.rs.client that return types with arguments of type CookieModifier and TypeMethodDescriptionClientRequestContext.getCookies()Get any cookies that accompanied the request.Methods in jakarta.ws.rs.client with parameters of type CookieModifier and TypeMethodDescriptionAdd a cookie to be set. -
Uses of Cookie in jakarta.ws.rs.container
Methods in jakarta.ws.rs.container that return types with arguments of type CookieModifier and TypeMethodDescriptionContainerRequestContext.getCookies()Get any cookies that accompanied the request. -
Uses of Cookie in jakarta.ws.rs.core
Subclasses of Cookie in jakarta.ws.rs.coreModifier and TypeClassDescriptionclassUsed to create a new HTTP cookie, transferred in a response.Methods in jakarta.ws.rs.core that return CookieModifier and TypeMethodDescriptionabstract CookieCookie.AbstractCookieBuilder.build()Build a newCookieinstance using all the configuration previously specified in this builder.Cookie.Builder.build()NewCookie.toCookie()Obtain a new instance of aCookiewith the same name, value, path, domain and version as thisNewCookie.static CookieDeprecated.This method will be removed in a future version.Methods in jakarta.ws.rs.core that return types with arguments of type CookieModifier and TypeMethodDescriptionHttpHeaders.getCookies()Get any cookies that accompanied the request.Constructors in jakarta.ws.rs.core with parameters of type CookieModifierConstructorDescriptionAbstractNewCookieBuilder(Cookie cookie) Create a new instance supplementing the information in the supplied cookie.Create a new instance supplementing the information in the supplied cookie.Deprecated.This constructor will be removed in a future version.Deprecated.This constructor will be removed in a future version.Deprecated.This constructor will be removed in a future version.NewCookie(Cookie cookie, String comment, int maxAge, Date expiry, boolean secure, boolean httpOnly, NewCookie.SameSite sameSite) Deprecated.This constructor will be removed in a future version. -
Uses of Cookie in org.jboss.resteasy.client.jaxrs.internal
Methods in org.jboss.resteasy.client.jaxrs.internal that return types with arguments of type CookieModifier and TypeMethodDescriptionClientRequestContextImpl.getCookies()ClientRequestHeaders.getCookies()Methods in org.jboss.resteasy.client.jaxrs.internal with parameters of type CookieModifier and TypeMethodDescriptionvoid -
Uses of Cookie in org.jboss.resteasy.core.interception.jaxrs
Methods in org.jboss.resteasy.core.interception.jaxrs that return types with arguments of type Cookie -
Uses of Cookie in org.jboss.resteasy.plugins.delegates
Methods in org.jboss.resteasy.plugins.delegates that return CookieMethods in org.jboss.resteasy.plugins.delegates with parameters of type Cookie -
Uses of Cookie in org.jboss.resteasy.specimpl
Methods in org.jboss.resteasy.specimpl that return types with arguments of type CookieModifier and TypeMethodDescriptionResteasyHttpHeaders.getCookies()ResteasyHttpHeaders.getMutableCookies()Method parameters in org.jboss.resteasy.specimpl with type arguments of type CookieModifier and TypeMethodDescriptionvoidResteasyHttpHeaders.setCookies(Map<String, Cookie> cookies) Constructor parameters in org.jboss.resteasy.specimpl with type arguments of type CookieModifierConstructorDescriptionResteasyHttpHeaders(MultivaluedMap<String, String> requestHeaders, Map<String, Cookie> cookies) ResteasyHttpHeaders(MultivaluedMap<String, String> requestHeaders, Map<String, Cookie> cookies, boolean eagerlyInitializeEntrySet) -
Uses of Cookie in org.jboss.resteasy.util
Methods in org.jboss.resteasy.util that return types with arguments of type Cookie