| |
|
| java.lang.Object org.apache.jmeter.samplers.SampleResult org.apache.jmeter.protocol.http.sampler.HTTPSampleResult
HTTPSampleResult | public HTTPSampleResult()(Code) | | |
HTTPSampleResult | public HTTPSampleResult(long elapsed)(Code) | | |
HTTPSampleResult | public HTTPSampleResult(HTTPSampleResult res)(Code) | | Construct a 'parent' result for an already-existing result, essentially
cloning it
Parameters: res - existing sample result |
getCookies | public String getCookies()(Code) | | cookies as a string |
getDataEncodingWithDefault | public String getDataEncodingWithDefault()(Code) | | Overrides the method from SampleResult - so the encoding can be extracted from
the Meta content-type if necessary.
Updates the dataEncoding field if the content-type is found.
the dataEncoding value as a String |
getQueryString | public String getQueryString()(Code) | | Fetch the query string
the query string |
getRedirectLocation | public String getRedirectLocation()(Code) | | |
isRedirect | public boolean isRedirect()(Code) | | Determine whether this result is a redirect.
true iif res is an HTTP redirect response |
setCookies | public void setCookies(String string)(Code) | | Parameters: string - representing the cookies |
setQueryString | public void setQueryString(String string)(Code) | | Save the query string
Parameters: string - the query string |
setRedirectLocation | public void setRedirectLocation(String redirectLocation)(Code) | | |
|
|
|