Class/Object

com.typesafe.sslconfig.akka

AkkaSSLConfig

Related Docs: object AkkaSSLConfig | package akka

Permalink

final class AkkaSSLConfig extends Extension

Linear Supertypes
Extension, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AkkaSSLConfig
  2. Extension
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AkkaSSLConfig(system: ExtendedActorSystem, config: SSLConfigSettings)

    Permalink

Value Members

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def buildHostnameVerifier(conf: SSLConfigSettings): HostnameVerifier

    Permalink
  6. def buildKeyManagerFactory(ssl: SSLConfigSettings): KeyManagerFactoryWrapper

    Permalink
  7. def buildTrustManagerFactory(ssl: SSLConfigSettings): TrustManagerFactoryWrapper

    Permalink
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. val config: SSLConfigSettings

    Permalink
  10. def configureCipherSuites(existingCiphers: Array[String], sslConfig: SSLConfigSettings): Array[String]

    Permalink
  11. def configureProtocols(existingProtocols: Array[String], sslConfig: SSLConfigSettings): Array[String]

    Permalink
  12. def convertSettings(f: Function[SSLConfigSettings, SSLConfigSettings]): AkkaSSLConfig

    Permalink

    Returns a new AkkaSSLConfig instance with the settings changed by the given function.

    Returns a new AkkaSSLConfig instance with the settings changed by the given function. Please note that the ActorSystem-wide extension always remains configured via typesafe config, custom ones can be created for special-handling specific connections

    Java API

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

    Permalink
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  17. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  18. val hostnameVerifier: HostnameVerifier

    Permalink
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. def mapSettings(f: (SSLConfigSettings) ⇒ SSLConfigSettings): AkkaSSLConfig

    Permalink

    Returns a new AkkaSSLConfig instance with the settings changed by the given function.

    Returns a new AkkaSSLConfig instance with the settings changed by the given function. Please note that the ActorSystem-wide extension always remains configured via typesafe config, custom ones can be created for special-handling specific connections

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

    Permalink
    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. val sslEngineConfigurator: DefaultSSLEngineConfigurator

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

    Permalink
    Definition Classes
    AnyRef
  26. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  27. def validateDefaultTrustManager(sslConfig: SSLConfigSettings): Unit

    Permalink
  28. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. def withSettings(c: SSLConfigSettings): AkkaSSLConfig

    Permalink

    Can be used to modify the underlying config, most typically used to change a few values in the default config

Inherited from Extension

Inherited from AnyRef

Inherited from Any

Ungrouped