io.gatling.core.config

AhcConfiguration

Related Doc: package config

case class AhcConfiguration(allowPoolingConnections: Boolean, allowPoolingSslConnections: Boolean, compressionEnforced: Boolean, connectTimeout: Int, pooledConnectionIdleTimeout: Int, readTimeout: Int, connectionTTL: Int, ioThreadMultiplier: Int, maxConnectionsPerHost: Int, maxConnections: Int, maxRetry: Int, requestTimeOut: Int, useProxyProperties: Boolean, webSocketTimeout: Int, useRelativeURIsWithConnectProxies: Boolean, acceptAnyCertificate: Boolean, httpClientCodecMaxInitialLineLength: Int, httpClientCodecMaxHeaderSize: Int, httpClientCodecMaxChunkSize: Int, keepEncodingHeader: Boolean, webSocketMaxFrameSize: Int, sslEnabledProtocols: List[String], sslEnabledCipherSuites: List[String], sslSessionCacheSize: Int, sslSessionTimeout: Int) extends Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AhcConfiguration
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AhcConfiguration(allowPoolingConnections: Boolean, allowPoolingSslConnections: Boolean, compressionEnforced: Boolean, connectTimeout: Int, pooledConnectionIdleTimeout: Int, readTimeout: Int, connectionTTL: Int, ioThreadMultiplier: Int, maxConnectionsPerHost: Int, maxConnections: Int, maxRetry: Int, requestTimeOut: Int, useProxyProperties: Boolean, webSocketTimeout: Int, useRelativeURIsWithConnectProxies: Boolean, acceptAnyCertificate: Boolean, httpClientCodecMaxInitialLineLength: Int, httpClientCodecMaxHeaderSize: Int, httpClientCodecMaxChunkSize: Int, keepEncodingHeader: Boolean, webSocketMaxFrameSize: Int, sslEnabledProtocols: List[String], sslEnabledCipherSuites: List[String], sslSessionCacheSize: Int, sslSessionTimeout: Int)

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. val acceptAnyCertificate: Boolean

  5. val allowPoolingConnections: Boolean

  6. val allowPoolingSslConnections: Boolean

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. val compressionEnforced: Boolean

  10. val connectTimeout: Int

  11. val connectionTTL: Int

  12. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  13. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  15. val httpClientCodecMaxChunkSize: Int

  16. val httpClientCodecMaxHeaderSize: Int

  17. val httpClientCodecMaxInitialLineLength: Int

  18. val ioThreadMultiplier: Int

  19. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  20. val keepEncodingHeader: Boolean

  21. val maxConnections: Int

  22. val maxConnectionsPerHost: Int

  23. val maxRetry: Int

  24. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  27. val pooledConnectionIdleTimeout: Int

  28. val readTimeout: Int

  29. val requestTimeOut: Int

  30. val sslEnabledCipherSuites: List[String]

  31. val sslEnabledProtocols: List[String]

  32. val sslSessionCacheSize: Int

  33. val sslSessionTimeout: Int

  34. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  35. val useProxyProperties: Boolean

  36. val useRelativeURIsWithConnectProxies: Boolean

  37. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. val webSocketMaxFrameSize: Int

  41. val webSocketTimeout: Int

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped