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

Packages that use Cookie
com.ning.http.client   
com.ning.http.client.providers.apache   
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
 java.util.List<Cookie> Response.getCookies()
          Return the list of Cookie.
 java.util.Collection<Cookie> Request.getCookies()
          Return Coookie.
 

Methods in com.ning.http.client with parameters of type Cookie
 T RequestBuilderBase.addCookie(Cookie cookie)
           
 SimpleAsyncHttpClient.DerivedBuilder SimpleAsyncHttpClient.DerivedBuilder.addCookie(Cookie cookie)
           
 SimpleAsyncHttpClient.Builder SimpleAsyncHttpClient.Builder.addCookie(Cookie cookie)
           
 AsyncHttpClient.BoundRequestBuilder AsyncHttpClient.BoundRequestBuilder.addCookie(Cookie cookie)
           
 RequestBuilder RequestBuilder.addCookie(Cookie cookie)
           
 

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
 java.util.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
 java.util.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
 java.util.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
 java.util.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(java.lang.String value)
           
 

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



Copyright © 2011. All Rights Reserved.