Packages

object PekkoSSLConfig extends ExtensionId[PekkoSSLConfig] with ExtensionIdProvider

Annotations
@deprecated
Deprecated

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

Source
PekkoSSLConfig.scala
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PekkoSSLConfig
  2. ExtensionIdProvider
  3. ExtensionId
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def apply()(implicit system: ActorSystem): PekkoSSLConfig
  2. def apply(system: ClassicActorSystemProvider): PekkoSSLConfig

    Returns an instance of the extension identified by this ExtensionId instance.

    Returns an instance of the extension identified by this ExtensionId instance.

    Definition Classes
    ExtensionId
  3. def apply(system: ActorSystem): PekkoSSLConfig

    Returns an instance of the extension identified by this ExtensionId instance.

    Returns an instance of the extension identified by this ExtensionId instance.

    Definition Classes
    ExtensionId
  4. def createExtension(system: ExtendedActorSystem): PekkoSSLConfig

    Is used by Pekko to instantiate the Extension identified by this ExtensionId, internal use only.

    Is used by Pekko to instantiate the Extension identified by this ExtensionId, internal use only.

    Definition Classes
    PekkoSSLConfigExtensionId
  5. def defaultSSLConfigSettings(system: ActorSystem): SSLConfigSettings
  6. final def equals(other: Any): Boolean
    Definition Classes
    ExtensionId → AnyRef → Any
  7. def get(system: ClassicActorSystemProvider): PekkoSSLConfig

    Returns an instance of the extension identified by this ExtensionId instance.

    Returns an instance of the extension identified by this ExtensionId instance. Java API For extensions written in Scala that are to be used from Java also, this method should be overridden to get correct return type.

    override def get(system: ClassicActorSystemProvider): TheExtension = super.get(system)
    Definition Classes
    PekkoSSLConfigExtensionId
  8. def get(system: ActorSystem): PekkoSSLConfig

    Returns an instance of the extension identified by this ExtensionId instance.

    Returns an instance of the extension identified by this ExtensionId instance. Java API For extensions written in Scala that are to be used from Java also, this method should be overridden to get correct return type.

    override def get(system: ActorSystem): TheExtension = super.get(system)
    Definition Classes
    PekkoSSLConfigExtensionId
  9. final def hashCode(): Int
    Definition Classes
    ExtensionId → AnyRef → Any
  10. def lookup: PekkoSSLConfig

    Returns the canonical ExtensionId for this Extension

    Returns the canonical ExtensionId for this Extension

    Definition Classes
    PekkoSSLConfigExtensionIdProvider