com.typesafe.sslconfig.pekko
package com.typesafe.sslconfig.pekko
Members list
Packages
Type members
Deprecated classlikes
final class DefaultSSLEngineConfigurator(config: SSLConfigSettings, enabledProtocols: Array[String], enabledCipherSuites: Array[String]) extends SSLEngineConfigurator
Attributes
- Deprecated
-
[Since version Akka 2.6.0]Use Tcp and TLS with SSLEngine parameters instead. Setup the SSLEngine with needed parameters. - Source
- SSLEngineConfigurator.scala
- Supertypes
object PekkoSSLConfig extends ExtensionId[PekkoSSLConfig], ExtensionIdProvider
Attributes
- Companion
- class
- Deprecated
-
[Since version Akka 2.6.0]Use Tcp and TLS with SSLEngine parameters instead. Setup the SSLEngine with needed parameters. - Source
- PekkoSSLConfig.scala
- Supertypes
- Self type
-
PekkoSSLConfig.type
final class PekkoSSLConfig(system: ExtendedActorSystem, val config: SSLConfigSettings) extends Extension
Attributes
- Companion
- object
- Deprecated
-
[Since version Akka 2.6.0]Use Tcp and TLS with SSLEngine parameters instead. Setup the SSLEngine with needed parameters. - Source
- PekkoSSLConfig.scala
- Supertypes
trait SSLEngineConfigurator
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.
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.
Attributes
- Deprecated
-
[Since version Akka 2.6.0]Use Tcp and TLS with SSLEngine parameters instead. Setup the SSLEngine with needed parameters. - Source
- SSLEngineConfigurator.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
In this article