|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Cookie in com.ning.http.client |
---|
Methods in com.ning.http.client that return types with arguments of type Cookie | |
---|---|
List<Cookie> |
Response.getCookies()
Return the list of Cookie . |
Collection<Cookie> |
Request.getCookies()
Return Coookie. |
Methods in com.ning.http.client with parameters of type Cookie | |
---|---|
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)
|
Uses of Cookie in com.ning.http.client.providers.apache |
---|
Methods in com.ning.http.client.providers.apache that return types with arguments of type Cookie | |
---|---|
List<Cookie> |
ApacheResponse.getCookies()
|
Uses of Cookie in com.ning.http.client.providers.jdk |
---|
Methods in com.ning.http.client.providers.jdk that return types with arguments of type Cookie | |
---|---|
List<Cookie> |
JDKResponse.getCookies()
|
Uses of Cookie in com.ning.http.client.providers.netty |
---|
Methods in com.ning.http.client.providers.netty that return types with arguments of type Cookie | |
---|---|
List<Cookie> |
NettyResponse.getCookies()
|
Uses of Cookie in com.ning.http.client.webdav |
---|
Methods in com.ning.http.client.webdav that return types with arguments of type Cookie | |
---|---|
List<Cookie> |
WebDavResponse.getCookies()
|
Uses of Cookie in com.ning.http.util |
---|
Methods in com.ning.http.util that return Cookie | |
---|---|
static Cookie |
AsyncHttpProviderUtils.parseCookie(String value)
|
Method parameters in com.ning.http.util with type arguments of type Cookie | |
---|---|
static String |
AsyncHttpProviderUtils.encodeCookies(Collection<Cookie> cookies)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |