Methods
Modifier and Type |
Method and Description |
protected HTTPSampleResult |
errorResult(Throwable t,
HTTPSampleResult res)
|
protected Arguments |
getArguments()
|
protected AuthManager |
getAuthManager()
|
protected boolean |
getAutoRedirects()
|
protected CacheManager |
getCacheManager()
|
protected int |
getConnectTimeout()
|
protected String |
getContentEncoding()
|
protected CookieManager |
getCookieManager()
|
protected boolean |
getDoBrowserCompatibleMultipart()
|
protected HeaderManager |
getHeaderManager()
|
protected HTTPFileArg[] |
getHTTPFiles()
|
protected String |
getIpSource()
|
protected String |
getProxyHost()
|
protected String |
getProxyPass()
|
protected int |
getProxyPortInt()
|
protected String |
getProxyUser()
|
protected int |
getResponseTimeout()
|
protected boolean |
getSendFileAsPostBody()
|
protected boolean |
getSendParameterValuesAsPostBody()
|
protected boolean |
getUseKeepAlive()
|
protected boolean |
getUseMultipartForPost()
|
protected boolean |
hasArguments()
|
protected boolean |
isMonitor()
|
protected boolean |
isSuccessCode(int errorLevel)
|
protected void |
notifySSLContextWasReset()
Called by testIterationStart if the SSL Context was reset.
|
protected byte[] |
readResponse(SampleResult res,
BufferedInputStream in,
int contentLength)
|
protected byte[] |
readResponse(SampleResult res,
InputStream instream,
int responseContentLength)
|
protected HTTPSampleResult |
resultProcessing(boolean areFollowingRedirect,
int frameDepth,
HTTPSampleResult res)
|
protected abstract HTTPSampleResult |
sample(URL url,
String method,
boolean areFollowingRedirect,
int frameDepth) |
protected void |
setUseKeepAlive(boolean b)
|
protected void |
threadFinished() |