Package | Description |
---|---|
jakarta.ws.rs.client |
The JAX-RS client API
|
jakarta.ws.rs.container |
Container-specific JAX-RS API.
|
jakarta.ws.rs.core |
Low-level interfaces and annotations used to create RESTful service resources.
|
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)
Deprecated.
This method will be removed in a future version. Please use
RuntimeDelegate.getInstance().createHeaderDelegate(NewCookie.class).fromString(value) instead.
|
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.
|
Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.