| Package | Description |
|---|---|
| javax.ws.rs.client | |
| javax.ws.rs.container | |
| javax.ws.rs.core |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Cookie> |
ClientRequestContext.getCookies() |
| Modifier and Type | Method and Description |
|---|---|
Invocation.Builder |
Invocation.Builder.cookie(Cookie cookie) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Cookie> |
ContainerRequestContext.getCookies() |
| Modifier and Type | Class and Description |
|---|---|
class |
NewCookie |
| Modifier and Type | Method and Description |
|---|---|
Cookie |
NewCookie.toCookie() |
static Cookie |
Cookie.valueOf(String value) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Cookie> |
HttpHeaders.getCookies() |
| Constructor and Description |
|---|
NewCookie(Cookie cookie) |
NewCookie(Cookie cookie,
String comment,
int maxAge,
boolean secure) |
NewCookie(Cookie cookie,
String comment,
int maxAge,
Date expiry,
boolean secure,
boolean httpOnly) |
Copyright © 2018 The Apache Software Foundation. All rights reserved.