Package org.apache.hc.core5.benchmark
Class BenchmarkConfig
java.lang.Object
org.apache.hc.core5.benchmark.BenchmarkConfig
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic BenchmarkConfig.Buildercopy(BenchmarkConfig config) static BenchmarkConfig.Buildercustom()intString[]intgetUri()intbooleanbooleanbooleanbooleanbooleanbooleanbooleantoString()
-
Method Details
-
getUri
-
getRequests
public int getRequests() -
getConcurrencyLevel
public int getConcurrencyLevel() -
isKeepAlive
public boolean isKeepAlive() -
getVerbosity
public int getVerbosity() -
isHeadInsteadOfGet
public boolean isHeadInsteadOfGet() -
getPayloadFile
-
getContentType
-
getHeaders
-
getSocketTimeout
-
getMethod
-
isUseChunking
public boolean isUseChunking() -
isUseExpectContinue
public boolean isUseExpectContinue() -
isUseAcceptGZip
public boolean isUseAcceptGZip() -
getPayloadText
-
getSoapAction
-
isForceHttp2
public boolean isForceHttp2() -
isDisableSSLVerification
public boolean isDisableSSLVerification() -
getTrustStorePath
-
getIdentityStorePath
-
getTrustStorePassword
-
getIdentityStorePassword
-
getTimeLimit
-
toString
-
custom
-
copy
-