Packages

package akka

Content Hierarchy
Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package util

Deprecated Type Members

  1. final class AkkaSSLConfig extends Extension
    Annotations
    @deprecated
    Deprecated

    (Since version 2.6.0) Use Tcp and TLS with SSLEngine parameters instead. Setup the SSLEngine with needed parameters.

  2. final class DefaultSSLEngineConfigurator extends SSLEngineConfigurator
    Annotations
    @deprecated
    Deprecated

    (Since version 2.6.0) Use Tcp and TLS with SSLEngine parameters instead. Setup the SSLEngine with needed parameters.

  3. trait SSLEngineConfigurator extends AnyRef

    Gives the chance to configure the SSLContext before it is going to be used.

    Gives the chance to configure the SSLContext before it is going to be used. The passed in context will be already set in client mode and provided with hostInfo during initialization.

    Annotations
    @deprecated
    Deprecated

    (Since version 2.6.0) Use Tcp and TLS with SSLEngine parameters instead. Setup the SSLEngine with needed parameters.

Deprecated Value Members

  1. object AkkaSSLConfig extends ExtensionId[AkkaSSLConfig] with ExtensionIdProvider
    Annotations
    @deprecated
    Deprecated

    (Since version 2.6.0) Use Tcp and TLS with SSLEngine parameters instead. Setup the SSLEngine with needed parameters.

Ungrouped