|
Apache JMeter 2.0.1.20050615 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jmeter.testelement.AbstractTestElement
org.apache.jmeter.protocol.http.control.Cookie
This class is a Cookie encapsulator.
Field Summary |
Fields inherited from interface org.apache.jmeter.testelement.TestElement |
ENABLED, GUI_CLASS, NAME, TEST_CLASS |
Constructor Summary | |
Cookie()
create the coookie |
|
Cookie(String name,
String value,
String domain,
String path,
boolean secure,
long expires)
create the coookie |
Method Summary | |
void |
addConfigElement(ConfigElement config)
|
boolean |
expectsModification()
|
String |
getClassLabel()
|
String |
getDomain()
get the domain for this object. |
long |
getExpires()
get the expires for this object. |
String |
getPath()
get the path for this object. |
boolean |
getSecure()
get the secure for this object. |
String |
getValue()
get the value for this object. |
void |
setDomain(String domain)
set the domain for this object. |
void |
setExpires(long expires)
set the expires for this object. |
void |
setPath(String path)
set the path for this object. |
void |
setSecure(boolean secure)
set the secure for this object. |
void |
setValue(String value)
set the value for this object. |
String |
toString()
creates a string representation of this cookie |
Methods inherited from class org.apache.jmeter.testelement.AbstractTestElement |
addProperty, addTestElement, canRemove, clear, clearTemporary, clone, emptyTemporary, equals, getName, getProperty, getPropertyAsBoolean, getPropertyAsBoolean, getPropertyAsDouble, getPropertyAsFloat, getPropertyAsInt, getPropertyAsLong, getPropertyAsString, getThreadContext, getThreadName, isRunningVersion, isTemporary, logProperties, mergeIn, nextIsNull, propertyIterator, recoverRunningVersion, removeProperty, setName, setProperty, setProperty, setRunningVersion, setTemporary, setThreadContext, setThreadName, threadFinished, threadStarted, traverse, traverseCollection, traverseMap, traverseProperty |
Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Cookie()
public Cookie(String name, String value, String domain, String path, boolean secure, long expires)
Method Detail |
public void addConfigElement(ConfigElement config)
public boolean expectsModification()
public String getClassLabel()
public String getValue()
public void setValue(String value)
public String getDomain()
public void setDomain(String domain)
public long getExpires()
public void setExpires(long expires)
public boolean getSecure()
public void setSecure(boolean secure)
public String getPath()
public void setPath(String path)
public String toString()
|
Apache JMeter 2.0.1.20050615 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |