|
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.samplers.SampleResult
org.apache.jmeter.protocol.http.sampler.HTTPSampleResult
This is a specialisation of the SampleResult class for the HTTP protocol.
Nested Class Summary |
Nested classes inherited from class org.apache.jmeter.samplers.SampleResult |
SampleResult.Test |
Field Summary |
Fields inherited from class org.apache.jmeter.samplers.SampleResult |
BINARY, TEXT |
Constructor Summary | |
HTTPSampleResult()
|
|
HTTPSampleResult(HTTPSampleResult res)
Construct a 'parent' result for an already-existing result, essentially cloning it |
|
HTTPSampleResult(long elapsed)
|
Method Summary | |
String |
getCookies()
|
String |
getHTTPMethod()
|
String |
getQueryString()
Fetch the query string |
String |
getRedirectLocation()
|
String |
getSamplerData()
|
boolean |
isRedirect()
Determine whether this result is a redirect. |
void |
setCookies(String string)
|
void |
setHTTPMethod(String method)
|
void |
setQueryString(String string)
Save the query string |
void |
setRedirectLocation(String redirectLocation)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public HTTPSampleResult()
public HTTPSampleResult(long elapsed)
public HTTPSampleResult(HTTPSampleResult res)
res
- existing sample resultMethod Detail |
public void setHTTPMethod(String method)
public String getHTTPMethod()
public void setRedirectLocation(String redirectLocation)
public String getRedirectLocation()
public boolean isRedirect()
public String getSamplerData()
getSamplerData
in class SampleResult
public String getCookies()
public void setCookies(String string)
string
- representing the cookiespublic String getQueryString()
public void setQueryString(String string)
string
- the query string
|
Apache JMeter 2.0.1.20050615 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |