Modifier and Type | Method and Description |
---|---|
java.util.List<Cookie> |
Response.getCookies()
Return the list of
Cookie . |
java.util.Collection<Cookie> |
Request.getCookies()
Return Coookie.
|
Modifier and Type | Method and Description |
---|---|
T |
RequestBuilderBase.addCookie(Cookie cookie) |
AsyncHttpClient.BoundRequestBuilder |
AsyncHttpClient.BoundRequestBuilder.addCookie(Cookie cookie) |
RequestBuilder |
RequestBuilder.addCookie(Cookie cookie) |
SimpleAsyncHttpClient.DerivedBuilder |
SimpleAsyncHttpClient.DerivedBuilder.addCookie(Cookie cookie) |
SimpleAsyncHttpClient.Builder |
SimpleAsyncHttpClient.Builder.addCookie(Cookie cookie) |
T |
RequestBuilderBase.addOrReplaceCookie(Cookie cookie) |
RequestBuilder |
RequestBuilder.addOrReplaceCookie(Cookie c) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Cookie> |
ApacheResponse.getCookies() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Cookie> |
JDKResponse.getCookies() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Cookie> |
NettyResponse.getCookies() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Cookie> |
WebDavResponse.getCookies() |
Modifier and Type | Method and Description |
---|---|
static Cookie |
AsyncHttpProviderUtils.parseCookie(java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
AsyncHttpProviderUtils.encodeCookies(java.util.Collection<Cookie> cookies) |
Copyright © 2014. All Rights Reserved.