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 |
---|---|
T |
RequestBuilderBase.addCookie(Cookie cookie) |
RequestBuilder |
RequestBuilder.addCookie(Cookie cookie) |
SimpleAsyncHttpClient.DerivedBuilder |
SimpleAsyncHttpClient.DerivedBuilder.addCookie(Cookie cookie) |
SimpleAsyncHttpClient.Builder |
SimpleAsyncHttpClient.Builder.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 |
---|---|
List<Cookie> |
ApacheResponse.getCookies() |
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() |
Modifier and Type | Method and Description |
---|---|
static Cookie |
AsyncHttpProviderUtils.parseCookie(String value) |
Modifier and Type | Method and Description |
---|---|
static String |
AsyncHttpProviderUtils.encodeCookies(Collection<Cookie> cookies) |
Copyright © 2015. All rights reserved.