Uses of Class
org.apache.hc.core5.benchmark.BenchmarkConfig.Builder
Packages that use BenchmarkConfig.Builder
-
Uses of BenchmarkConfig.Builder in org.apache.hc.core5.benchmark
Methods in org.apache.hc.core5.benchmark that return BenchmarkConfig.BuilderModifier and TypeMethodDescriptionstatic BenchmarkConfig.BuilderBenchmarkConfig.copy(BenchmarkConfig config) static BenchmarkConfig.BuilderBenchmarkConfig.custom()BenchmarkConfig.Builder.setConcurrencyLevel(int concurrencyLevel) BenchmarkConfig.Builder.setContentType(ContentType contentType) BenchmarkConfig.Builder.setDisableSSLVerification(boolean disableSSLVerification) BenchmarkConfig.Builder.setForceHttp2(boolean forceHttp2) BenchmarkConfig.Builder.setHeaders(String[] headers) BenchmarkConfig.Builder.setHeadInsteadOfGet(boolean headInsteadOfGet) BenchmarkConfig.Builder.setIdentityStorePassword(String identityStorePassword) BenchmarkConfig.Builder.setIdentityStorePath(String identityStorePath) BenchmarkConfig.Builder.setKeepAlive(boolean keepAlive) BenchmarkConfig.Builder.setPayloadFile(File payloadFile) BenchmarkConfig.Builder.setPayloadText(String payloadText) BenchmarkConfig.Builder.setRequests(int requests) BenchmarkConfig.Builder.setSoapAction(String soapAction) BenchmarkConfig.Builder.setSocketTimeout(Timeout socketTimeout) BenchmarkConfig.Builder.setTimeLimit(TimeValue timeLimit) BenchmarkConfig.Builder.setTrustStorePassword(String trustStorePassword) BenchmarkConfig.Builder.setTrustStorePath(String trustStorePath) BenchmarkConfig.Builder.setUseAcceptGZip(boolean useAcceptGZip) BenchmarkConfig.Builder.setUseChunking(boolean useChunking) BenchmarkConfig.Builder.setUseExpectContinue(boolean useExpectContinue) BenchmarkConfig.Builder.setVerbosity(int verbosity)