package pekko
Content Hierarchy
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
final
class
DefaultSSLEngineConfigurator extends SSLEngineConfigurator
- Annotations
- @deprecated
- Deprecated
(Since version Akka 2.6.0) Use Tcp and TLS with SSLEngine parameters instead. Setup the SSLEngine with needed parameters.
-
final
class
PekkoSSLConfig extends Extension
- Annotations
- @deprecated
- Deprecated
(Since version Akka 2.6.0) Use Tcp and TLS with SSLEngine parameters instead. Setup the SSLEngine with needed parameters.
-
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 Akka 2.6.0) Use Tcp and TLS with SSLEngine parameters instead. Setup the SSLEngine with needed parameters.
Deprecated Value Members
-
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.