Package com.typesafe.sslconfig.akka
Class AkkaSSLConfig$
- java.lang.Object
-
- com.typesafe.sslconfig.akka.AkkaSSLConfig$
-
- All Implemented Interfaces:
ExtensionId<AkkaSSLConfig>
,ExtensionIdProvider
public class AkkaSSLConfig$ extends java.lang.Object implements ExtensionId<AkkaSSLConfig>, ExtensionIdProvider
Deprecated.Use Tcp and TLS with SSLEngine parameters instead. Setup the SSLEngine with needed parameters. Since 2.6.0.
-
-
Field Summary
Fields Modifier and Type Field Description static AkkaSSLConfig$
MODULE$
Deprecated.Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description AkkaSSLConfig$()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description AkkaSSLConfig
apply(ActorSystem system)
Deprecated.Returns an instance of the extension identified by this ExtensionId instance.AkkaSSLConfig
createExtension(ExtendedActorSystem system)
Deprecated.Is used by Akka to instantiate the Extension identified by this ExtensionId, internal use only.com.typesafe.sslconfig.ssl.SSLConfigSettings
defaultSSLConfigSettings(ActorSystem system)
Deprecated.AkkaSSLConfig
get(ActorSystem system)
Deprecated.Returns an instance of the extension identified by this ExtensionId instance.AkkaSSLConfig
get(ClassicActorSystemProvider system)
Deprecated.Returns an instance of the extension identified by this ExtensionId instance.AkkaSSLConfig$
lookup()
Deprecated.Returns the canonical ExtensionId for this Extension-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface akka.actor.ExtensionId
apply, equals, hashCode
-
-
-
-
Field Detail
-
MODULE$
public static final AkkaSSLConfig$ MODULE$
Deprecated.Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
get
public AkkaSSLConfig get(ActorSystem system)
Deprecated.Description copied from interface:ExtensionId
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)
- Specified by:
get
in interfaceExtensionId<AkkaSSLConfig>
-
get
public AkkaSSLConfig get(ClassicActorSystemProvider system)
Deprecated.Description copied from interface:ExtensionId
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)
- Specified by:
get
in interfaceExtensionId<AkkaSSLConfig>
-
apply
public AkkaSSLConfig apply(ActorSystem system)
Deprecated.Description copied from interface:ExtensionId
Returns an instance of the extension identified by this ExtensionId instance.- Specified by:
apply
in interfaceExtensionId<AkkaSSLConfig>
-
lookup
public AkkaSSLConfig$ lookup()
Deprecated.Description copied from interface:ExtensionIdProvider
Returns the canonical ExtensionId for this Extension- Specified by:
lookup
in interfaceExtensionIdProvider
-
createExtension
public AkkaSSLConfig createExtension(ExtendedActorSystem system)
Deprecated.Description copied from interface:ExtensionId
Is used by Akka to instantiate the Extension identified by this ExtensionId, internal use only.- Specified by:
createExtension
in interfaceExtensionId<AkkaSSLConfig>
-
defaultSSLConfigSettings
public com.typesafe.sslconfig.ssl.SSLConfigSettings defaultSSLConfigSettings(ActorSystem system)
Deprecated.
-
-