| Package | Description |
|---|---|
| com.ning.http.client | |
| com.ning.http.client.cookie | |
| com.ning.http.client.providers.grizzly | |
| com.ning.http.client.webdav |
| Modifier and Type | Method and Description |
|---|---|
protected abstract List<Cookie> |
ResponseBase.buildCookies() |
List<Cookie> |
Response.getCookies()
Return the list of
Cookie. |
List<Cookie> |
ResponseBase.getCookies() |
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) |
AsyncHttpClient.BoundRequestBuilder |
AsyncHttpClient.BoundRequestBuilder.addCookie(Cookie cookie) |
T |
RequestBuilderBase.addCookie(Cookie cookie) |
RequestBuilder |
RequestBuilder.addCookie(Cookie cookie) |
T |
RequestBuilderBase.addOrReplaceCookie(Cookie cookie) |
RequestBuilder |
RequestBuilder.addOrReplaceCookie(Cookie c) |
| Modifier and Type | Method and Description |
|---|---|
T |
RequestBuilderBase.setCookies(Collection<Cookie> cookies) |
| Modifier and Type | Method and Description |
|---|---|
static Cookie |
CookieDecoder.decode(String header)
Decodes the specified HTTP header value into
Cookie. |
static Cookie |
Cookie.newValidCookie(String name,
String value,
boolean wrap,
String domain,
String path,
int expires,
long maxAge,
boolean secure,
boolean httpOnly)
Deprecated.
|
static Cookie |
Cookie.newValidCookie(String name,
String value,
boolean wrap,
String domain,
String path,
long maxAge,
boolean secure,
boolean httpOnly) |
| Modifier and Type | Method and Description |
|---|---|
static String |
CookieEncoder.encode(Collection<Cookie> cookies) |
| Modifier and Type | Method and Description |
|---|---|
protected List<Cookie> |
GrizzlyResponse.buildCookies() |
| Modifier and Type | Method and Description |
|---|---|
List<Cookie> |
WebDavResponse.getCookies() |
Copyright © 2019. All Rights Reserved.