C D E F G H I M O P R S T

C

CommandLineUtils - Class in org.apache.http.benchmark
 
CommandLineUtils() - Constructor for class org.apache.http.benchmark.CommandLineUtils
 
Config - Class in org.apache.http.benchmark
 
Config() - Constructor for class org.apache.http.benchmark.Config
 
copy() - Method in class org.apache.http.benchmark.Config
 

D

doExecute() - Method in class org.apache.http.benchmark.HttpBenchmark
 

E

execute() - Method in class org.apache.http.benchmark.HttpBenchmark
 

F

finish() - Method in class org.apache.http.benchmark.Stats
 

G

getConcurrencyLevel() - Method in class org.apache.http.benchmark.Results
 
getContentLength() - Method in class org.apache.http.benchmark.Results
 
getContentLength() - Method in class org.apache.http.benchmark.Stats
 
getContentType() - Method in class org.apache.http.benchmark.Config
 
getDocumentPath() - Method in class org.apache.http.benchmark.Results
 
getDuration() - Method in class org.apache.http.benchmark.Stats
Total execution time measured in nano seconds
getFailureCount() - Method in class org.apache.http.benchmark.Results
 
getFailureCount() - Method in class org.apache.http.benchmark.Stats
 
getFinishTime() - Method in class org.apache.http.benchmark.Stats
 
getHeaders() - Method in class org.apache.http.benchmark.Config
 
getHostName() - Method in class org.apache.http.benchmark.Results
 
getHostPort() - Method in class org.apache.http.benchmark.Results
 
getIdentityStorePassword() - Method in class org.apache.http.benchmark.Config
 
getIdentityStorePath() - Method in class org.apache.http.benchmark.Config
 
getKeepAliveCount() - Method in class org.apache.http.benchmark.Results
 
getKeepAliveCount() - Method in class org.apache.http.benchmark.Stats
 
getMethod() - Method in class org.apache.http.benchmark.Config
 
getOptions() - Static method in class org.apache.http.benchmark.CommandLineUtils
 
getPayloadFile() - Method in class org.apache.http.benchmark.Config
 
getPayloadText() - Method in class org.apache.http.benchmark.Config
 
getRequests() - Method in class org.apache.http.benchmark.Config
 
getServerName() - Method in class org.apache.http.benchmark.Results
 
getServerName() - Method in class org.apache.http.benchmark.Stats
 
getSoapAction() - Method in class org.apache.http.benchmark.Config
 
getSocketTimeout() - Method in class org.apache.http.benchmark.Config
 
getStartTime() - Method in class org.apache.http.benchmark.Stats
 
getSuccessCount() - Method in class org.apache.http.benchmark.Results
 
getSuccessCount() - Method in class org.apache.http.benchmark.Stats
 
getThreads() - Method in class org.apache.http.benchmark.Config
 
getTotalBytes() - Method in class org.apache.http.benchmark.Results
 
getTotalBytesRcvd() - Method in class org.apache.http.benchmark.Results
 
getTotalBytesRecv() - Method in class org.apache.http.benchmark.Stats
 
getTotalBytesSent() - Method in class org.apache.http.benchmark.Results
 
getTotalBytesSent() - Method in class org.apache.http.benchmark.Stats
 
getTotalTimeNano() - Method in class org.apache.http.benchmark.Results
 
getTrustStorePassword() - Method in class org.apache.http.benchmark.Config
 
getTrustStorePath() - Method in class org.apache.http.benchmark.Config
 
getUrl() - Method in class org.apache.http.benchmark.Config
 
getVerbosity() - Method in class org.apache.http.benchmark.Config
 
getWriteErrors() - Method in class org.apache.http.benchmark.Results
 
getWriteErrors() - Method in class org.apache.http.benchmark.Stats
 

H

HttpBenchmark - Class in org.apache.http.benchmark
Main program of the HTTP benchmark.
HttpBenchmark(Config) - Constructor for class org.apache.http.benchmark.HttpBenchmark
 

I

incFailureCount() - Method in class org.apache.http.benchmark.Stats
 
incKeepAliveCount() - Method in class org.apache.http.benchmark.Stats
 
incSuccessCount() - Method in class org.apache.http.benchmark.Stats
 
incTotalBytesRecv(long) - Method in class org.apache.http.benchmark.Stats
 
incTotalBytesSent(long) - Method in class org.apache.http.benchmark.Stats
 
incWriteErrors() - Method in class org.apache.http.benchmark.Stats
 
isDisableSSLVerification() - Method in class org.apache.http.benchmark.Config
 
isHeadInsteadOfGet() - Method in class org.apache.http.benchmark.Config
 
isKeepAlive() - Method in class org.apache.http.benchmark.Config
 
isUseAcceptGZip() - Method in class org.apache.http.benchmark.Config
 
isUseChunking() - Method in class org.apache.http.benchmark.Config
 
isUseExpectContinue() - Method in class org.apache.http.benchmark.Config
 
isUseHttp1_0() - Method in class org.apache.http.benchmark.Config
 

M

main(String[]) - Static method in class org.apache.http.benchmark.HttpBenchmark
 

O

org.apache.http.benchmark - package org.apache.http.benchmark
Apache Bench (AB) clone based on HttpCore.

P

parseCommandLine(CommandLine, Config) - Static method in class org.apache.http.benchmark.CommandLineUtils
 

R

ResultProcessor - Class in org.apache.http.benchmark
 
ResultProcessor() - Constructor for class org.apache.http.benchmark.ResultProcessor
 
Results - Class in org.apache.http.benchmark
Benchmark results

S

setContentLength(long) - Method in class org.apache.http.benchmark.Stats
 
setContentType(String) - Method in class org.apache.http.benchmark.Config
 
setDisableSSLVerification(boolean) - Method in class org.apache.http.benchmark.Config
 
setHeaders(String[]) - Method in class org.apache.http.benchmark.Config
 
setHeadInsteadOfGet(boolean) - Method in class org.apache.http.benchmark.Config
 
setIdentityStorePassword(String) - Method in class org.apache.http.benchmark.Config
 
setIdentityStorePath(String) - Method in class org.apache.http.benchmark.Config
 
setKeepAlive(boolean) - Method in class org.apache.http.benchmark.Config
 
setMethod(String) - Method in class org.apache.http.benchmark.Config
 
setPayloadFile(File) - Method in class org.apache.http.benchmark.Config
 
setPayloadText(String) - Method in class org.apache.http.benchmark.Config
 
setRequests(int) - Method in class org.apache.http.benchmark.Config
 
setServerName(String) - Method in class org.apache.http.benchmark.Stats
 
setSoapAction(String) - Method in class org.apache.http.benchmark.Config
 
setSocketTimeout(int) - Method in class org.apache.http.benchmark.Config
 
setThreads(int) - Method in class org.apache.http.benchmark.Config
 
setTrustStorePassword(String) - Method in class org.apache.http.benchmark.Config
 
setTrustStorePath(String) - Method in class org.apache.http.benchmark.Config
 
setUrl(URL) - Method in class org.apache.http.benchmark.Config
 
setUseAcceptGZip(boolean) - Method in class org.apache.http.benchmark.Config
 
setUseChunking(boolean) - Method in class org.apache.http.benchmark.Config
 
setUseExpectContinue(boolean) - Method in class org.apache.http.benchmark.Config
 
setUseHttp1_0(boolean) - Method in class org.apache.http.benchmark.Config
 
setVerbosity(int) - Method in class org.apache.http.benchmark.Config
 
start() - Method in class org.apache.http.benchmark.Stats
 
Stats - Class in org.apache.http.benchmark
Helper to gather statistics for an HttpBenchmark.
Stats() - Constructor for class org.apache.http.benchmark.Stats
 

T

toString() - Method in class org.apache.http.benchmark.Results
 

C D E F G H I M O P R S T

Copyright © 2005–2014 The Apache Software Foundation. All rights reserved.