public class AkkaSSLConfig$ extends java.lang.Object implements ExtensionId<AkkaSSLConfig>, ExtensionIdProvider
Modifier and Type | Field and Description |
---|---|
static AkkaSSLConfig$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
AkkaSSLConfig$() |
Modifier and Type | Method and Description |
---|---|
AkkaSSLConfig |
apply(ActorSystem system)
Returns an instance of the extension identified by this ExtensionId instance.
|
AkkaSSLConfig |
createExtension(ExtendedActorSystem system)
Is used by Akka to instantiate the Extension identified by this ExtensionId,
internal use only.
|
com.typesafe.sslconfig.ssl.SSLConfigSettings |
defaultSSLConfigSettings(ActorSystem system) |
AkkaSSLConfig |
get(ActorSystem system)
Returns an instance of the extension identified by this ExtensionId instance.
|
AkkaSSLConfig$ |
lookup()
Returns the canonical ExtensionId for this Extension
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals, hashCode
public static final AkkaSSLConfig$ MODULE$
public AkkaSSLConfig get(ActorSystem system)
ExtensionId
override def get(system: ActorSystem): TheExtension = super.get(system)
get
in interface ExtensionId<AkkaSSLConfig>
system
- (undocumented)public AkkaSSLConfig apply(ActorSystem system)
ExtensionId
apply
in interface ExtensionId<AkkaSSLConfig>
system
- (undocumented)public AkkaSSLConfig$ lookup()
ExtensionIdProvider
lookup
in interface ExtensionIdProvider
public AkkaSSLConfig createExtension(ExtendedActorSystem system)
ExtensionId
createExtension
in interface ExtensionId<AkkaSSLConfig>
system
- (undocumented)public com.typesafe.sslconfig.ssl.SSLConfigSettings defaultSSLConfigSettings(ActorSystem system)