| Package | Description |
|---|---|
| jakarta.ws.rs.client |
The JAX-RS client API
The JAX-RS client API is a Java based API used to access Web resources.
|
| jakarta.ws.rs.container |
Container-specific JAX-RS API.
|
| jakarta.ws.rs.core |
Low-level interfaces and annotations used to create RESTful service resources.
|
| org.glassfish.jersey.client |
Jersey client-side classes.
|
| org.glassfish.jersey.message.internal |
Common Jersey internal messaging classes.
|
| org.glassfish.jersey.server |
Jersey server-side classes.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,NewCookie> |
ClientResponse.getCookies() |
| Modifier and Type | Method and Description |
|---|---|
NewCookie |
NewCookieProvider.fromString(String header) |
static NewCookie |
HeaderUtils.getPreferredCookie(NewCookie first,
NewCookie second)
Compare two NewCookies having the same name.
|
static NewCookie |
CookiesParser.parseNewCookie(String header) |
static NewCookie |
HttpHeaderReader.readNewCookie(String header)
TODO javadoc.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,NewCookie> |
OutboundJaxrsResponse.getCookies() |
Map<String,NewCookie> |
MessageHeaderMethods.getResponseCookies()
Get any new cookies set on the message.
|
| Modifier and Type | Method and Description |
|---|---|
Response.ResponseBuilder |
OutboundJaxrsResponse.Builder.cookie(NewCookie... cookies) |
static NewCookie |
HeaderUtils.getPreferredCookie(NewCookie first,
NewCookie second)
Compare two NewCookies having the same name.
|
String |
NewCookieProvider.toString(NewCookie cookie) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,NewCookie> |
ContainerResponse.getCookies() |
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.