Packages

object ClientConfiguration extends Serializable

Linear Supertypes
Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ClientConfiguration
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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 DnsResolverClassName: String
  5. val DnsResolverProviderClassName: String
  6. val RetryPolicyProviderClassName: String
  7. val SecureRandomProviderClassName: String
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. val cacheResponseMetadataKey: String
  10. val clientExecutionTimeoutKey: String
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  12. val connectionMaxIdleKey: String
  13. val disableHostPrefixInjectionKey: String
  14. val disableSocketProxyKey: String
  15. val dnsResolverClassNameKey: String
  16. val dnsResolverProviderClassNameKey: String
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  19. def fromConfig(config: Config, classNameValidation: Boolean): ClientConfiguration
  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. val localAddressKey: String
  24. val maxConsecutiveRetriesBeforeThrottlingKey: String
  25. val maxErrorRetryKey: String
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. val nonProxyHostsKey: String
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  30. val protocolKey: String
  31. val proxyAuthenticationMethodsKey: String
  32. val proxyDomainKey: String
  33. val proxyHostKey: String
  34. val proxyPasswordKey: String
  35. val proxyPortKey: String
  36. val proxyProtocolKey: String
  37. val proxyUsernameKey: String
  38. val proxyWorkstationKey: String
  39. val responseMetadataCacheSizeKey: String
  40. val retryPolicyProviderClassNameKey: String
  41. val secureRandomProviderClassNameKey: String
  42. val signerOverrideKey: String
  43. val socketReceiveBufferSizeHint: String
  44. val socketSendBufferSizeHintKey: String
  45. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  46. def toString(): String
    Definition Classes
    AnyRef → Any
  47. val useExpectContinueKey: String
  48. val useGzip: String
  49. val useReaper: String
  50. val useSecureRandomKey: String
  51. val useTcpKeepAliveKey: String
  52. val useThrottleRetriesKey: String
  53. val userAgentPrefixKey: String
  54. val userAgentSuffixKey: String
  55. val validateAfterInactivityKey: String
  56. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  57. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  58. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped