PekkoSSLConfig

com.typesafe.sslconfig.pekko.PekkoSSLConfig
See thePekkoSSLConfig companion object
final class PekkoSSLConfig(system: ExtendedActorSystem, val config: SSLConfigSettings) extends Extension

Attributes

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

Members list

Value members

Concrete methods

def buildHostnameVerifier(conf: SSLConfigSettings): HostnameVerifier

Attributes

Source
PekkoSSLConfig.scala
def configureCipherSuites(existingCiphers: Array[String], sslConfig: SSLConfigSettings): Array[String]

Attributes

Source
PekkoSSLConfig.scala
def configureProtocols(existingProtocols: Array[String], sslConfig: SSLConfigSettings): Array[String]

Attributes

Source
PekkoSSLConfig.scala

Returns a new PekkoSSLConfig instance with the settings changed by the given function. Please note that the ActorSystem-wide extension always remains configured via typesafe config, custom ones can be created for special-handling specific connections

Returns a new PekkoSSLConfig instance with the settings changed by the given function. Please note that the ActorSystem-wide extension always remains configured via typesafe config, custom ones can be created for special-handling specific connections

Java API

Attributes

Source
PekkoSSLConfig.scala

Returns a new PekkoSSLConfig instance with the settings changed by the given function. Please note that the ActorSystem-wide extension always remains configured via typesafe config, custom ones can be created for special-handling specific connections

Returns a new PekkoSSLConfig instance with the settings changed by the given function. Please note that the ActorSystem-wide extension always remains configured via typesafe config, custom ones can be created for special-handling specific connections

Attributes

Source
PekkoSSLConfig.scala

INTERNAL API

INTERNAL API

Attributes

Source
PekkoSSLConfig.scala

Can be used to modify the underlying config, most typically used to change a few values in the default config

Can be used to modify the underlying config, most typically used to change a few values in the default config

Attributes

Source
PekkoSSLConfig.scala

Deprecated methods

Attributes

Deprecated
true
Source
PekkoSSLConfig.scala

Concrete fields

val hostnameVerifier: HostnameVerifier

Attributes

Source
PekkoSSLConfig.scala