org.apache.pekko.remote.artery.tcp

Members list

Type members

Classlikes

Config in pekko.remote.artery.ssl.config-ssl-engine

Config in pekko.remote.artery.ssl.config-ssl-engine

Subclass may override protected methods to replace certain parts, such as key and trust manager.

Attributes

Source
ConfigSSLEngineProvider.scala
Supertypes
class Object
trait Matchable
class Any

Attributes

Source
SSLEngineProvider.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Companion
class
Source
SSLEngineProvider.scala
Supertypes
class Object
trait Matchable
class Any
Self type

Setup for defining a SSLEngineProvider that is passed in when ActorSystem is created rather than creating one from configured class name. That is useful when the SSLEngineProvider implementation require other external constructor parameters or is created before the ActorSystem is created.

Setup for defining a SSLEngineProvider that is passed in when ActorSystem is created rather than creating one from configured class name. That is useful when the SSLEngineProvider implementation require other external constructor parameters or is created before the ActorSystem is created.

Constructor is Internal API, use factories in SSLEngineProviderSetup

Attributes

Companion
object
Source
SSLEngineProvider.scala
Supertypes
class Setup
class Object
trait Matchable
class Any
class SslTransportException(message: String, cause: Throwable) extends RuntimeException

Attributes

Source
SSLEngineProvider.scala
Supertypes
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all