Class BenchmarkConfig

java.lang.Object
org.apache.hc.core5.benchmark.BenchmarkConfig

public class BenchmarkConfig extends Object
  • Method Details

    • getUri

      public URI getUri()
    • getRequests

      public int getRequests()
    • getConcurrencyLevel

      public int getConcurrencyLevel()
    • isKeepAlive

      public boolean isKeepAlive()
    • getVerbosity

      public int getVerbosity()
    • isHeadInsteadOfGet

      public boolean isHeadInsteadOfGet()
    • getPayloadFile

      public File getPayloadFile()
    • getContentType

      public ContentType getContentType()
    • getHeaders

      public String[] getHeaders()
    • getSocketTimeout

      public Timeout getSocketTimeout()
    • getMethod

      public String getMethod()
    • isUseChunking

      public boolean isUseChunking()
    • isUseExpectContinue

      public boolean isUseExpectContinue()
    • isUseAcceptGZip

      public boolean isUseAcceptGZip()
    • getPayloadText

      public String getPayloadText()
    • getSoapAction

      public String getSoapAction()
    • isForceHttp2

      public boolean isForceHttp2()
    • isDisableSSLVerification

      public boolean isDisableSSLVerification()
    • getTrustStorePath

      public String getTrustStorePath()
    • getIdentityStorePath

      public String getIdentityStorePath()
    • getTrustStorePassword

      public String getTrustStorePassword()
    • getIdentityStorePassword

      public String getIdentityStorePassword()
    • getTimeLimit

      public TimeValue getTimeLimit()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • custom

      public static BenchmarkConfig.Builder custom()
    • copy

      public static BenchmarkConfig.Builder copy(BenchmarkConfig config)