final class AmqpSSLConfiguration extends AnyRef

Source
AmqpConnectionProvider.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AmqpSSLConfiguration
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val context: Option[SSLContext]
  2. val protocol: Option[String]
  3. def toString(): String
    Definition Classes
    AmqpSSLConfiguration → AnyRef → Any
  4. val trustManager: Option[TrustManager]
  5. def withProtocol(protocol: String): AmqpSSLConfiguration
  6. def withProtocolAndTrustManager(protocol: String, trustManager: TrustManager): AmqpSSLConfiguration
  7. def withSSLContext(context: Option[SSLContext]): AmqpSSLConfiguration