Class BenchmarkConfig.Builder

  • Enclosing class:
    BenchmarkConfig

    public static class BenchmarkConfig.Builder
    extends java.lang.Object
    • Field Detail

      • uri

        private java.net.URI uri
      • requests

        private int requests
      • concurrencyLevel

        private int concurrencyLevel
      • socketTimeout

        private Timeout socketTimeout
      • payloadFile

        private java.io.File payloadFile
      • verbosity

        private int verbosity
      • headInsteadOfGet

        private boolean headInsteadOfGet
      • headers

        private java.lang.String[] headers
      • keepAlive

        private boolean keepAlive
      • method

        private java.lang.String method
      • useChunking

        private boolean useChunking
      • useExpectContinue

        private boolean useExpectContinue
      • useAcceptGZip

        private boolean useAcceptGZip
      • payloadText

        private java.lang.String payloadText
      • soapAction

        private java.lang.String soapAction
      • forceHttp2

        private boolean forceHttp2
      • disableSSLVerification

        private boolean disableSSLVerification
      • trustStorePath

        private java.lang.String trustStorePath
      • identityStorePath

        private java.lang.String identityStorePath
      • trustStorePassword

        private java.lang.String trustStorePassword
      • identityStorePassword

        private java.lang.String identityStorePassword
    • Constructor Detail

      • Builder

        public Builder()