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.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,NewCookie> |
ClientResponseContext.getCookies()
Get any new cookies set on the response message.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,NewCookie> |
ContainerResponseContext.getCookies()
Get any new cookies set on the response message.
|
Modifier and Type | Field and Description |
---|---|
private static RuntimeDelegate.HeaderDelegate<NewCookie> |
NewCookie.delegate |
Modifier and Type | Method and Description |
---|---|
static NewCookie |
NewCookie.valueOf(java.lang.String value)
Creates a new instance of NewCookie by parsing the supplied string.
|
Modifier and Type | Method and Description |
---|---|
abstract java.util.Map<java.lang.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.
|