|
Apache JMeter | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CookieHandler
Interface to be implemented by CookieHandler
| Method Summary | |
|---|---|
void |
addCookieFromHeader(CookieManager cookieManager,
boolean checkCookies,
String cookieHeader,
URL url)
Add cookie to CookieManager from cookieHeader and URL |
String |
getCookieHeaderForURL(CollectionProperty cookiesCP,
URL url,
boolean allowVariableCookie)
Find cookies applicable to the given URL and build the Cookie header from them. |
| Method Detail |
|---|
void addCookieFromHeader(CookieManager cookieManager,
boolean checkCookies,
String cookieHeader,
URL url)
cookieManager - CookieManager on which cookies are addedcheckCookies - boolean to indicate if cookies must be validated against speccookieHeader - String cookie Headerurl - URL
String getCookieHeaderForURL(CollectionProperty cookiesCP,
URL url,
boolean allowVariableCookie)
cookiesCP - CollectionProperty of Cookieurl - URL of the request to which the returned header will be added.
|
Apache JMeter | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||