Modifier and Type | Method and Description |
---|---|
List<Cookie> |
Response.getCookies()
Return the list of
Cookie . |
Collection<Cookie> |
Request.getCookies()
Return Coookie.
|
Modifier and Type | Method and Description |
---|---|
SimpleAsyncHttpClient.DerivedBuilder |
SimpleAsyncHttpClient.DerivedBuilder.addCookie(Cookie cookie) |
SimpleAsyncHttpClient.Builder |
SimpleAsyncHttpClient.Builder.addCookie(Cookie cookie) |
T |
RequestBuilderBase.addCookie(Cookie cookie) |
RequestBuilder |
RequestBuilder.addCookie(Cookie cookie) |
AsyncHttpClient.BoundRequestBuilder |
AsyncHttpClient.BoundRequestBuilder.addCookie(Cookie cookie) |
T |
RequestBuilderBase.addOrReplaceCookie(Cookie cookie) |
RequestBuilder |
RequestBuilder.addOrReplaceCookie(Cookie c) |
Modifier and Type | Method and Description |
---|---|
static Cookie |
CookieDecoder.decode(String header) |
static Cookie |
CookieDecoder.decode(String header,
TimeConverter timeConverter)
Decodes the specified HTTP header value into
Cookie . |
static Cookie |
Cookie.newValidCookie(String name,
String value,
String domain,
String rawValue,
String path,
long expires,
int maxAge,
boolean secure,
boolean httpOnly) |
Modifier and Type | Method and Description |
---|---|
static String |
CookieEncoder.encode(Collection<Cookie> cookies) |
Modifier and Type | Method and Description |
---|---|
List<Cookie> |
ApacheResponse.getCookies() |
Modifier and Type | Method and Description |
---|---|
List<Cookie> |
GrizzlyResponse.getCookies()
Return the list of
Cookie . |
Modifier and Type | Method and Description |
---|---|
List<Cookie> |
JDKResponse.getCookies() |
Modifier and Type | Method and Description |
---|---|
List<Cookie> |
NettyResponse.getCookies() |
Modifier and Type | Method and Description |
---|---|
List<Cookie> |
WebDavResponse.getCookies() |
Copyright © 2014. All Rights Reserved.