org.apache.jmeter.protocol.http.sampler
Class HTTPSampleResult

public class HTTPSampleResult
extends SampleResult
This is a specialisation of the SampleResult class for the HTTP protocol.
SinceNot specified.
Version$Revision:
Author<a href="mailto:jsalvata@apache.org">Jordi Salvat i Alabart</a>
Wiki javadoc Use textile entry format.
Add your comments here.
Fields inherited from org.apache.jmeter.samplersSampleResult
Constructor Summary
HTTPSampleResult()
No description provided.
HTTPSampleResult( long elapsed )
No description provided.
HTTPSampleResult( HTTPSampleResult res )
Construct a 'parent' result for an already-existing result, essentially cloning it
Method Summary
String getCookies()
No description provided.
String getHTTPMethod()
No description provided.
String getQueryString()
Fetch the query string
String getRedirectLocation()
No description provided.
String getSamplerData()
No description provided.
boolean isRedirect()
Determine whether this result is a redirect.
void setCookies( String string )
No description provided.
void setHTTPMethod( String method )
No description provided.
void setQueryString( String string )
Save the query string
void setRedirectLocation( String redirectLocation )
No description provided.
Methods inherited from org.apache.jmeter.samplersSampleResult
HTTPSampleResult
public HTTPSampleResult ( )
No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
HTTPSampleResult
public HTTPSampleResult ( long elapsed )
No description provided.
Parameters
TypeNameDescription
long elapsed No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
HTTPSampleResult
public HTTPSampleResult ( HTTPSampleResult res )
Construct a 'parent' result for an already-existing result, essentially cloning it
Parameters
TypeNameDescription
HTTPSampleResult res existing sample result
Wiki javadoc Use textile entry format.
Add your comments here.
getCookies
public String getCookies ( )
No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
getHTTPMethod
public String getHTTPMethod ( )
No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
getQueryString
public String getQueryString ( )
Fetch the query string
Wiki javadoc Use textile entry format.
Add your comments here.
getRedirectLocation
public String getRedirectLocation ( )
No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
getSamplerData
public String getSamplerData ( )
No description provided.
Overrides method in SampleResult
Wiki javadoc Use textile entry format.
Add your comments here.
isRedirect
public boolean isRedirect ( )
Determine whether this result is a redirect.
Wiki javadoc Use textile entry format.
Add your comments here.
setCookies
public void setCookies ( String string )
No description provided.
Parameters
TypeNameDescription
String string representing the cookies
Returns void No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
setHTTPMethod
public void setHTTPMethod ( String method )
No description provided.
Parameters
TypeNameDescription
String method No description provided.
Returns void No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
setQueryString
public void setQueryString ( String string )
Save the query string
Parameters
TypeNameDescription
String string the query string
Returns void No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
setRedirectLocation
public void setRedirectLocation ( String redirectLocation )
No description provided.
Parameters
TypeNameDescription
String redirectLocation No description provided.
Returns void No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.