Uses of Class
org.exoplatform.common.http.client.Cookie
Packages that use Cookie
-
Uses of Cookie in org.exoplatform.common.http.client
Subclasses of Cookie in org.exoplatform.common.http.clientModifier and TypeClassDescriptionclassThis class represents an http cookie as specified in the HTTP State Management Mechanism spec (also known as a version 1 cookie).Methods in org.exoplatform.common.http.client that return CookieModifier and TypeMethodDescriptionstatic Cookie[]CookieModule.listAllCookies()List all stored cookies for all contexts.static Cookie[]CookieModule.listAllCookies(Object context) List all stored cookies for a given context.protected static Cookie[]Parses the Set-Cookie header into an array of Cookies.protected static Cookie[]Parses the Set-Cookie2 header into an array of Cookies.Methods in org.exoplatform.common.http.client with parameters of type CookieModifier and TypeMethodDescriptionbooleanCookiePolicyHandler.acceptCookie(Cookie cookie, RoRequest req, RoResponse resp) This method is called for each cookie that a server tries to set via the Set-Cookie header.static voidAdd the specified cookie to the list of cookies in the default context.static voidAdd the specified cookie to the list of cookies for the specified context.static voidCookieModule.removeCookie(Cookie cookie) Remove the specified cookie from the list of cookies in the default context.static voidCookieModule.removeCookie(Cookie cookie, Object context) Remove the specified cookie from the list of cookies for the specified context.booleanCookiePolicyHandler.sendCookie(Cookie cookie, RoRequest req) This method is called for each cookie that is eligible for sending with a request (according to the matching rules for the path, domain, protocol, etc).