| Package | Description |
|---|---|
| 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 |
| Modifier and Type | Method and Description |
|---|---|
Map<String,NewCookie> |
ClientResponseContext.getCookies()
Get any new cookies set on the response message.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,NewCookie> |
ContainerResponseContext.getCookies()
Get any new cookies set on the response message.
|
| Modifier and Type | Method and Description |
|---|---|
static NewCookie |
NewCookie.valueOf(String value)
Creates a new instance of NewCookie by parsing the supplied string.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Map<String,NewCookie> |
Response.getCookies()
Get any new cookies set on the response message.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Response.ResponseBuilder |
Response.ResponseBuilder.cookie(NewCookie... cookies)
Add cookies to the response message.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,NewCookie> |
BaseClientResponse.getCookies() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,NewCookie> |
ClientResponseContextImpl.getCookies() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,NewCookie> |
ContainerResponseContextImpl.getCookies() |
| Modifier and Type | Field and Description |
|---|---|
protected List<NewCookie> |
MockHttpResponse.newCookies |
| Modifier and Type | Method and Description |
|---|---|
List<NewCookie> |
MockHttpResponse.getNewCookies() |
| Modifier and Type | Method and Description |
|---|---|
void |
MockHttpResponse.addNewCookie(NewCookie cookie) |
| Modifier and Type | Method and Description |
|---|---|
void |
NettyHttpResponse.addNewCookie(NewCookie cookie) |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpServletResponseWrapper.addNewCookie(NewCookie cookie) |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpServerResponse.addNewCookie(NewCookie cookie) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,NewCookie> |
BuiltResponse.getCookies() |
| Modifier and Type | Method and Description |
|---|---|
Response.ResponseBuilder |
ResponseBuilderImpl.cookie(NewCookie... cookies) |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpResponse.addNewCookie(NewCookie cookie) |
Copyright © 2013. All Rights Reserved.