Class StickyCookieHolder
java.lang.Object
org.apache.sling.testing.clients.interceptors.StickyCookieHolder
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.http.cookie.Cookie
static void
remove()
static void
setTestStickySessionCookie
(org.apache.http.cookie.Cookie stickySessionCookie)
-
Field Details
-
COOKIE_NAME
-
-
Constructor Details
-
StickyCookieHolder
public StickyCookieHolder()
-
-
Method Details
-
getTestStickySessionCookie
public static org.apache.http.cookie.Cookie getTestStickySessionCookie() -
setTestStickySessionCookie
public static void setTestStickySessionCookie(org.apache.http.cookie.Cookie stickySessionCookie) -
remove
public static void remove()
-