Uses of Class
com.ning.http.client.cookie.Cookie
Packages that use Cookie
Package
Description
-
Uses of Cookie in com.ning.http.client
Methods in com.ning.http.client that return types with arguments of type CookieModifier and TypeMethodDescriptionResponseBase.buildCookies()Request.getCookies()Return Coookie.Response.getCookies()Return the list ofCookie.ResponseBase.getCookies()Methods in com.ning.http.client with parameters of type CookieModifier and TypeMethodDescriptionRequestBuilder.addOrReplaceCookie(Cookie c) RequestBuilderBase.addOrReplaceCookie(Cookie cookie) Method parameters in com.ning.http.client with type arguments of type Cookie -
Uses of Cookie in com.ning.http.client.cookie
Methods in com.ning.http.client.cookie that return CookieModifier and TypeMethodDescriptionstatic CookieDecodes the specified HTTP header value intoCookie.static CookieCookie.newValidCookie(String name, String value, boolean wrap, String domain, String path, int expires, long maxAge, boolean secure, boolean httpOnly) Deprecated.static CookieCookie.newValidCookie(String name, String value, boolean wrap, String domain, String path, long maxAge, boolean secure, boolean httpOnly) Method parameters in com.ning.http.client.cookie with type arguments of type Cookie -
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 -
Uses of Cookie in com.ning.http.client.webdav
Methods in com.ning.http.client.webdav that return types with arguments of type Cookie