Uses of Class
com.ning.http.client.Cookie

Packages that use Cookie
com.ning.http.client   
com.ning.http.client.providers.jdk   
com.ning.http.client.providers.netty   
com.ning.http.client.webdav   
com.ning.http.util   
 

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
 T RequestBuilderBase.addCookie(Cookie cookie)
           
 RequestBuilder RequestBuilder.addCookie(Cookie cookie)
           
 AsyncHttpClient.BoundRequestBuilder AsyncHttpClient.BoundRequestBuilder.addCookie(Cookie cookie)
           
 

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> NettyAsyncResponse.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
 

Method parameters in com.ning.http.util with type arguments of type Cookie
static String AsyncHttpProviderUtils.encodeCookies(Collection<Cookie> cookies)
           
 



Copyright © 2010. All Rights Reserved.