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.servlet | |
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 |
HttpServletResponseWrapper.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 © 2018 JBoss by Red Hat. All rights reserved.