package akka
Content Hierarchy
Ordering
- Alphabetic
Visibility
- Public
- Protected
Deprecated Type Members
- 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.
- 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.
- 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
- 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.