| Package | Description |
|---|---|
| javax.ws.rs.core |
Low-level interfaces and annotations used to create RESTful service
resources.
|
| org.jboss.resteasy.client | |
| org.jboss.resteasy.specimpl |
| Modifier and Type | Class and Description |
|---|---|
class |
NewCookie
Used to create a new HTTP cookie, transferred in a response.
|
| Modifier and Type | Method and Description |
|---|---|
Cookie |
NewCookie.toCookie()
Obtain a new instance of a
Cookie with the same name, value, path,
domain and version as this NewCookie. |
static Cookie |
Cookie.valueOf(String value)
Creates a new instance of Cookie by parsing the supplied string.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Cookie> |
HttpHeaders.getCookies()
Get any cookies that accompanied the request.
|
| Constructor and Description |
|---|
NewCookie(Cookie cookie)
Create a new instance copying the information in the supplied cookie.
|
NewCookie(Cookie cookie,
String comment,
int maxAge,
boolean secure)
Create a new instance supplementing the information in the supplied cookie.
|
| Modifier and Type | Method and Description |
|---|---|
ClientRequest |
ClientRequest.cookie(Cookie cookie) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Cookie> |
HttpHeadersImpl.getCookies() |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpHeadersImpl.setCookies(Map<String,Cookie> cookies) |
Copyright © 2013. All Rights Reserved.