com.typesafe.sslconfig.pekko

Members list

Type members

Deprecated classlikes

final class DefaultSSLEngineConfigurator(config: SSLConfigSettings, enabledProtocols: Array[String], enabledCipherSuites: Array[String]) extends SSLEngineConfigurator

Attributes

Deprecated
true
Source
SSLEngineConfigurator.scala
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion
class
Deprecated
true
Source
PekkoSSLConfig.scala
Supertypes
class Object
trait Matchable
class Any
Self type
final class PekkoSSLConfig(system: ExtendedActorSystem, val config: SSLConfigSettings) extends Extension

Attributes

Companion
object
Deprecated
true
Source
PekkoSSLConfig.scala
Supertypes
trait Extension
class Object
trait Matchable
class Any

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
true
Source
SSLEngineConfigurator.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes