Uses of Class
org.apache.hc.core5.benchmark.BenchmarkConfig.Builder
-
Packages that use BenchmarkConfig.Builder Package Description org.apache.hc.core5.benchmark Apache Bench (AB) clone based on HttpCore. -
-
Uses of BenchmarkConfig.Builder in org.apache.hc.core5.benchmark
Methods in org.apache.hc.core5.benchmark that return BenchmarkConfig.Builder Modifier and Type Method Description static BenchmarkConfig.Builder
BenchmarkConfig. copy(BenchmarkConfig config)
static BenchmarkConfig.Builder
BenchmarkConfig. custom()
BenchmarkConfig.Builder
BenchmarkConfig.Builder. setConcurrencyLevel(int concurrencyLevel)
BenchmarkConfig.Builder
BenchmarkConfig.Builder. setContentType(ContentType contentType)
BenchmarkConfig.Builder
BenchmarkConfig.Builder. setDisableSSLVerification(boolean disableSSLVerification)
BenchmarkConfig.Builder
BenchmarkConfig.Builder. setForceHttp2(boolean forceHttp2)
BenchmarkConfig.Builder
BenchmarkConfig.Builder. setHeaders(java.lang.String[] headers)
BenchmarkConfig.Builder
BenchmarkConfig.Builder. setHeadInsteadOfGet(boolean headInsteadOfGet)
BenchmarkConfig.Builder
BenchmarkConfig.Builder. setIdentityStorePassword(java.lang.String identityStorePassword)
BenchmarkConfig.Builder
BenchmarkConfig.Builder. setIdentityStorePath(java.lang.String identityStorePath)
BenchmarkConfig.Builder
BenchmarkConfig.Builder. setKeepAlive(boolean keepAlive)
BenchmarkConfig.Builder
BenchmarkConfig.Builder. setMethod(java.lang.String method)
BenchmarkConfig.Builder
BenchmarkConfig.Builder. setPayloadFile(java.io.File payloadFile)
BenchmarkConfig.Builder
BenchmarkConfig.Builder. setPayloadText(java.lang.String payloadText)
BenchmarkConfig.Builder
BenchmarkConfig.Builder. setRequests(int requests)
BenchmarkConfig.Builder
BenchmarkConfig.Builder. setSoapAction(java.lang.String soapAction)
BenchmarkConfig.Builder
BenchmarkConfig.Builder. setSocketTimeout(Timeout socketTimeout)
BenchmarkConfig.Builder
BenchmarkConfig.Builder. setTimeLimit(TimeValue timeLimit)
BenchmarkConfig.Builder
BenchmarkConfig.Builder. setTrustStorePassword(java.lang.String trustStorePassword)
BenchmarkConfig.Builder
BenchmarkConfig.Builder. setTrustStorePath(java.lang.String trustStorePath)
BenchmarkConfig.Builder
BenchmarkConfig.Builder. setUri(java.net.URI uri)
BenchmarkConfig.Builder
BenchmarkConfig.Builder. setUseAcceptGZip(boolean useAcceptGZip)
BenchmarkConfig.Builder
BenchmarkConfig.Builder. setUseChunking(boolean useChunking)
BenchmarkConfig.Builder
BenchmarkConfig.Builder. setUseExpectContinue(boolean useExpectContinue)
BenchmarkConfig.Builder
BenchmarkConfig.Builder. setVerbosity(int verbosity)
-