|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NewCookie | |
---|---|
javax.ws.rs.client | The JAX-RS client API |
javax.ws.rs.container | Container-specific JAX-RS API. |
javax.ws.rs.core | Low-level interfaces and annotations used to create RESTful service resources. |
org.jboss.resteasy.client.core | |
org.jboss.resteasy.client.jaxrs.internal | |
org.jboss.resteasy.core.interception | |
org.jboss.resteasy.mock | |
org.jboss.resteasy.plugins.server.netty | |
org.jboss.resteasy.plugins.server.servlet | |
org.jboss.resteasy.plugins.server.sun.http | |
org.jboss.resteasy.specimpl | |
org.jboss.resteasy.spi |
Uses of NewCookie in javax.ws.rs.client |
---|
Methods in javax.ws.rs.client that return types with arguments of type NewCookie | |
---|---|
Map<String,NewCookie> |
ClientResponseContext.getCookies()
Get any new cookies set on the response message. |
Uses of NewCookie in javax.ws.rs.container |
---|
Methods in javax.ws.rs.container that return types with arguments of type NewCookie | |
---|---|
Map<String,NewCookie> |
ContainerResponseContext.getCookies()
Get any new cookies set on the response message. |
Uses of NewCookie in javax.ws.rs.core |
---|
Methods in javax.ws.rs.core that return NewCookie | |
---|---|
static NewCookie |
NewCookie.valueOf(String value)
Creates a new instance of NewCookie by parsing the supplied string. |
Methods in javax.ws.rs.core that return types with arguments of type NewCookie | |
---|---|
abstract Map<String,NewCookie> |
Response.getCookies()
Get any new cookies set on the response message. |
Methods in javax.ws.rs.core with parameters of type NewCookie | |
---|---|
abstract Response.ResponseBuilder |
Response.ResponseBuilder.cookie(NewCookie... cookies)
Add cookies to the response message. |
Uses of NewCookie in org.jboss.resteasy.client.core |
---|
Methods in org.jboss.resteasy.client.core that return types with arguments of type NewCookie | |
---|---|
Map<String,NewCookie> |
BaseClientResponse.getCookies()
|
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 | |
---|---|
Map<String,NewCookie> |
ClientResponseContextImpl.getCookies()
|
Uses of NewCookie in org.jboss.resteasy.core.interception |
---|
Methods in org.jboss.resteasy.core.interception that return types with arguments of type NewCookie | |
---|---|
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 | |
---|---|
protected List<NewCookie> |
MockHttpResponse.newCookies
|
Methods in org.jboss.resteasy.mock that return types with arguments of type NewCookie | |
---|---|
List<NewCookie> |
MockHttpResponse.getNewCookies()
|
Methods in org.jboss.resteasy.mock with parameters of type NewCookie | |
---|---|
void |
MockHttpResponse.addNewCookie(NewCookie cookie)
|
Uses of NewCookie in org.jboss.resteasy.plugins.server.netty |
---|
Methods in org.jboss.resteasy.plugins.server.netty with parameters of type NewCookie | |
---|---|
void |
NettyHttpResponse.addNewCookie(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 | |
---|---|
void |
HttpServletResponseWrapper.addNewCookie(NewCookie cookie)
|
Uses of NewCookie in org.jboss.resteasy.plugins.server.sun.http |
---|
Methods in org.jboss.resteasy.plugins.server.sun.http with parameters of type NewCookie | |
---|---|
void |
HttpServerResponse.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 | |
---|---|
Map<String,NewCookie> |
BuiltResponse.getCookies()
|
Methods in org.jboss.resteasy.specimpl with parameters of type NewCookie | |
---|---|
Response.ResponseBuilder |
ResponseBuilderImpl.cookie(NewCookie... cookies)
|
Uses of NewCookie in org.jboss.resteasy.spi |
---|
Methods in org.jboss.resteasy.spi with parameters of type NewCookie | |
---|---|
void |
HttpResponse.addNewCookie(NewCookie cookie)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |