object AmqpSSLConfiguration

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. def apply(context: SSLContext): AmqpSSLConfiguration
  2. def apply(protocol: String, trustManager: TrustManager): AmqpSSLConfiguration
  3. def apply(protocol: String): AmqpSSLConfiguration
  4. def apply(): AmqpSSLConfiguration
  5. def create(context: SSLContext): AmqpSSLConfiguration

    Java API

  6. def create(protocol: String, trustManager: TrustManager): AmqpSSLConfiguration

    Java API

  7. def create(protocol: String): AmqpSSLConfiguration

    Java API

  8. def create(): AmqpSSLConfiguration

    Java API