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.jboss.resteasy.client.jaxrs.internal org.jboss.resteasy.core.interception.jaxrs org.jboss.resteasy.mock org.jboss.resteasy.plugins.delegates org.jboss.resteasy.plugins.server.servlet org.jboss.resteasy.specimpl org.jboss.resteasy.spi -
-
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.jboss.resteasy.client.jaxrs.internal
Methods in org.jboss.resteasy.client.jaxrs.internal that return types with arguments of type NewCookie Modifier and Type Method Description Map<String,NewCookie>ClientResponseContextImpl. getCookies() -
Uses of NewCookie in org.jboss.resteasy.core.interception.jaxrs
Methods in org.jboss.resteasy.core.interception.jaxrs that return types with arguments of type NewCookie Modifier and Type Method Description Map<String,NewCookie>ContainerResponseContextImpl. getCookies() -
Uses of NewCookie in org.jboss.resteasy.mock
Fields in org.jboss.resteasy.mock with type parameters of type NewCookie Modifier and Type Field Description protected List<NewCookie>MockHttpResponse. newCookiesMethods in org.jboss.resteasy.mock that return types with arguments of type NewCookie Modifier and Type Method Description List<NewCookie>MockHttpResponse. getNewCookies()Methods in org.jboss.resteasy.mock with parameters of type NewCookie Modifier and Type Method Description voidMockHttpResponse. addNewCookie(NewCookie cookie) -
Uses of NewCookie in org.jboss.resteasy.plugins.delegates
Methods in org.jboss.resteasy.plugins.delegates that return NewCookie Modifier and Type Method Description NewCookieNewCookieHeaderDelegate. fromString(String newCookie)Methods in org.jboss.resteasy.plugins.delegates with parameters of type NewCookie Modifier and Type Method Description StringNewCookieHeaderDelegate. toString(NewCookie cookie) -
Uses of NewCookie in org.jboss.resteasy.plugins.server.servlet
Methods in org.jboss.resteasy.plugins.server.servlet with parameters of type NewCookie Modifier and Type Method Description voidHttpServletResponseWrapper. addNewCookie(NewCookie cookie) -
Uses of NewCookie in org.jboss.resteasy.specimpl
Methods in org.jboss.resteasy.specimpl that return types with arguments of type NewCookie Modifier and Type Method Description Map<String,NewCookie>AbstractBuiltResponse. getCookies()Methods in org.jboss.resteasy.specimpl with parameters of type NewCookie Modifier and Type Method Description Response.ResponseBuilderResponseBuilderImpl. cookie(NewCookie... cookies) -
Uses of NewCookie in org.jboss.resteasy.spi
Methods in org.jboss.resteasy.spi with parameters of type NewCookie Modifier and Type Method Description voidHttpResponse. addNewCookie(NewCookie cookie)
-