Class StickyCookieSpec
java.lang.Object
org.apache.http.impl.cookie.DefaultCookieSpec
org.apache.sling.testing.clients.interceptors.StickyCookieSpec
- All Implemented Interfaces:
org.apache.http.cookie.CookieSpec
public class StickyCookieSpec
extends org.apache.http.impl.cookie.DefaultCookieSpec
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<org.apache.http.Header> formatCookies(List<org.apache.http.cookie.Cookie> cookies) List<org.apache.http.cookie.Cookie> parse(org.apache.http.Header header, org.apache.http.cookie.CookieOrigin origin) Methods inherited from class org.apache.http.impl.cookie.DefaultCookieSpec
getVersion, getVersionHeader, match, toString, validate
-
Constructor Details
-
StickyCookieSpec
public StickyCookieSpec()
-
-
Method Details
-
parse
public List<org.apache.http.cookie.Cookie> parse(org.apache.http.Header header, org.apache.http.cookie.CookieOrigin origin) throws org.apache.http.cookie.MalformedCookieException - Specified by:
parsein interfaceorg.apache.http.cookie.CookieSpec- Overrides:
parsein classorg.apache.http.impl.cookie.DefaultCookieSpec- Throws:
org.apache.http.cookie.MalformedCookieException
-
formatCookies
- Specified by:
formatCookiesin interfaceorg.apache.http.cookie.CookieSpec- Overrides:
formatCookiesin classorg.apache.http.impl.cookie.DefaultCookieSpec
-