Packages

object BlazeClientConfig extends Serializable

Annotations
@deprecated
Deprecated

(Since version 0.19.0-M2) Use BlazeClientBuilder

Source
BlazeClientConfig.scala
Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BlazeClientConfig
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. val defaultConfig: BlazeClientConfig

    Default configuration of a blaze client.

  2. val insecure: BlazeClientConfig

    Creates an SSLContext that trusts all certificates and disables endpoint identification.

    Creates an SSLContext that trusts all certificates and disables endpoint identification. This is convenient in some development environments for testing with untrusted certificates, but is not recommended for production use.