| Package | Description |
|---|---|
| javax.ws.rs.core |
Low-level interfaces and annotations used to create RESTful service
resources.
|
| 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 |
|---|---|
static NewCookie |
NewCookie.valueOf(String value)
Creates a new instance of NewCookie by parsing the supplied string.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Response.ResponseBuilder |
Response.ResponseBuilder.cookie(NewCookie... cookies)
Add cookies to the ResponseBuilder.
|
| 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 |
|---|---|
Response.ResponseBuilder |
ResponseBuilderImpl.cookie(NewCookie... cookies) |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpResponse.addNewCookie(NewCookie cookie) |
Copyright © 2013. All Rights Reserved.