Package | Description |
---|---|
javax.ws.rs.client |
The Client API
|
javax.ws.rs.container |
Container-specific API.
|
javax.ws.rs.core |
Low-level interfaces and annotations used to create RESTful service
resources.
|
Modifier and Type | Method | Description |
---|---|---|
Map<String,NewCookie> |
ClientResponseContext.getCookies() |
Get any new cookies set on the response message.
|
Modifier and Type | Method | Description |
---|---|---|
Map<String,NewCookie> |
ContainerResponseContext.getCookies() |
Get any new cookies set on the response message.
|
Modifier and Type | Method | Description |
---|---|---|
static NewCookie |
NewCookie.valueOf(String value) |
Creates a new instance of NewCookie by parsing the supplied string.
|
Modifier and Type | Method | Description |
---|---|---|
abstract Map<String,NewCookie> |
Response.getCookies() |
Get any new cookies set on the response message.
|
Modifier and Type | Method | Description |
---|---|---|
abstract Response.ResponseBuilder |
Response.ResponseBuilder.cookie(NewCookie... cookies) |
Add cookies to the response message.
|
Copyright (c) 2019 Eclipse Foundation. Licensed under Eclipse Foundation Specification License.