Method Summary |
|
public void | add(Cookie c) Add a cookie. |
public void | addCookieFromHeader(String cookieHeader, URL url) |
public void | addFile(String cookieFile) Add cookie data from a file. |
public void | clear() |
public Object | clone() |
public Cookie | get(int i) Return the cookie at index i. |
public String | getClassLabel() |
public boolean | getClearEachIteration() |
public int | getCookieCount() |
public String | getCookieHeaderForURL(URL url) Find cookies applicable to the given URL and build the Cookie header from
them.
Parameters: url - URL of the request to which the returned header will be added. |
public CollectionProperty | getCookies() |
public org.apache.commons.httpclient.Cookie[] | getCookiesForUrl(URL url) |
public String | getPolicy() |
public void | recoverRunningVersion() |
public void | remove(int index) Remove a cookie. |
public void | save(String authFile) Save the static cookie data to a file.
Cookies are only taken from the GUI - runtime cookies are not included. |
public void | setClearEachIteration(boolean clear) |
public void | setCookiePolicy(String policy) |
public void | setRunningVersion(boolean running) |
public void | testEnded() |
public void | testEnded(String host) |
public void | testIterationStart(LoopIterationEvent event) |
public void | testStarted() |
public void | testStarted(String host) |