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

Packages that use Cookie
com.ning.http.client   
com.ning.http.client.cookie   
com.ning.http.client.providers.apache   
com.ning.http.client.providers.grizzly   
com.ning.http.client.providers.jdk   
com.ning.http.client.providers.netty   
com.ning.http.client.webdav   
 

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

Methods in com.ning.http.client.cookie that return Cookie
static Cookie CookieDecoder.decode(String header)
           
static Cookie CookieDecoder.decode(String header, TimeConverter timeConverter)
          Decodes the specified HTTP header value into Cookie.
static Cookie Cookie.newValidCookie(String name, String value, String domain, String rawValue, String path, long expires, int maxAge, boolean secure, boolean httpOnly)
           
 

Method parameters in com.ning.http.client.cookie with type arguments of type Cookie
static String CookieEncoder.encode(Collection<Cookie> cookies)
           
 

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

Methods in com.ning.http.client.providers.grizzly that return types with arguments of type Cookie
 List<Cookie> GrizzlyResponse.getCookies()
          Return the list of 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> 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()
           
 



Copyright © 2014. All Rights Reserved.