Package com.typesafe.sslconfig.pekko
Class PekkoSSLConfig
- java.lang.Object
- 
- com.typesafe.sslconfig.pekko.PekkoSSLConfig
 
- 
- 
Constructor SummaryConstructors Constructor Description PekkoSSLConfig(ExtendedActorSystem system, com.typesafe.sslconfig.ssl.SSLConfigSettings config)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static PekkoSSLConfigapply(ActorSystem system)Deprecated.javax.net.ssl.HostnameVerifierbuildHostnameVerifier(com.typesafe.sslconfig.ssl.SSLConfigSettings conf)Deprecated.com.typesafe.sslconfig.ssl.KeyManagerFactoryWrapperbuildKeyManagerFactory(com.typesafe.sslconfig.ssl.SSLConfigSettings ssl)Deprecated.com.typesafe.sslconfig.ssl.TrustManagerFactoryWrapperbuildTrustManagerFactory(com.typesafe.sslconfig.ssl.SSLConfigSettings ssl)Deprecated.com.typesafe.sslconfig.ssl.SSLConfigSettingsconfig()Deprecated.java.lang.String[]configureCipherSuites(java.lang.String[] existingCiphers, com.typesafe.sslconfig.ssl.SSLConfigSettings sslConfig)Deprecated.java.lang.String[]configureProtocols(java.lang.String[] existingProtocols, com.typesafe.sslconfig.ssl.SSLConfigSettings sslConfig)Deprecated.PekkoSSLConfigconvertSettings(java.util.function.Function<com.typesafe.sslconfig.ssl.SSLConfigSettings,com.typesafe.sslconfig.ssl.SSLConfigSettings> f)Deprecated.Returns a newPekkoSSLConfiginstance with the settings changed by the given function.static PekkoSSLConfigcreateExtension(ExtendedActorSystem system)Deprecated.static com.typesafe.sslconfig.ssl.SSLConfigSettingsdefaultSSLConfigSettings(ActorSystem system)Deprecated.static booleanequals(java.lang.Object other)Deprecated.static PekkoSSLConfigget(ActorSystem system)Deprecated.static PekkoSSLConfigget(ClassicActorSystemProvider system)Deprecated.static inthashCode()Deprecated.javax.net.ssl.HostnameVerifierhostnameVerifier()Deprecated.static PekkoSSLConfig$lookup()Deprecated.PekkoSSLConfigmapSettings(scala.Function1<com.typesafe.sslconfig.ssl.SSLConfigSettings,com.typesafe.sslconfig.ssl.SSLConfigSettings> f)Deprecated.Returns a newPekkoSSLConfiginstance with the settings changed by the given function.DefaultSSLEngineConfiguratorsslEngineConfigurator()Deprecated.booleanuseJvmHostnameVerification()Deprecated.INTERNAL APIvoidvalidateDefaultTrustManager(com.typesafe.sslconfig.ssl.SSLConfigSettings sslConfig)Deprecated.validateDefaultTrustManager is not doing anything since akka 2.6.19 and should not be used.PekkoSSLConfigwithSettings(com.typesafe.sslconfig.ssl.SSLConfigSettings c)Deprecated.Can be used to modify the underlying config, most typically used to change a few values in the default config
 
- 
- 
- 
Constructor Detail- 
PekkoSSLConfigpublic PekkoSSLConfig(ExtendedActorSystem system, com.typesafe.sslconfig.ssl.SSLConfigSettings config) Deprecated.
 
- 
 - 
Method Detail- 
getpublic static PekkoSSLConfig get(ActorSystem system) Deprecated.
 - 
getpublic static PekkoSSLConfig get(ClassicActorSystemProvider system) Deprecated.
 - 
applypublic static PekkoSSLConfig apply(ActorSystem system) Deprecated.
 - 
lookuppublic static PekkoSSLConfig$ lookup() Deprecated.
 - 
createExtensionpublic static PekkoSSLConfig createExtension(ExtendedActorSystem system) Deprecated.
 - 
defaultSSLConfigSettingspublic static com.typesafe.sslconfig.ssl.SSLConfigSettings defaultSSLConfigSettings(ActorSystem system) Deprecated.
 - 
hashCodepublic static final int hashCode() Deprecated.
 - 
equalspublic static final boolean equals(java.lang.Object other) Deprecated.
 - 
configpublic com.typesafe.sslconfig.ssl.SSLConfigSettings config() Deprecated.
 - 
withSettingspublic PekkoSSLConfig withSettings(com.typesafe.sslconfig.ssl.SSLConfigSettings c) Deprecated.Can be used to modify the underlying config, most typically used to change a few values in the default config
 - 
mapSettingspublic PekkoSSLConfig mapSettings(scala.Function1<com.typesafe.sslconfig.ssl.SSLConfigSettings,com.typesafe.sslconfig.ssl.SSLConfigSettings> f) Deprecated.Returns a newPekkoSSLConfiginstance 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
 - 
convertSettingspublic PekkoSSLConfig convertSettings(java.util.function.Function<com.typesafe.sslconfig.ssl.SSLConfigSettings,com.typesafe.sslconfig.ssl.SSLConfigSettings> f) Deprecated.Returns a newPekkoSSLConfiginstance 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 connectionsJava API 
 - 
hostnameVerifierpublic javax.net.ssl.HostnameVerifier hostnameVerifier() Deprecated.
 - 
useJvmHostnameVerificationpublic boolean useJvmHostnameVerification() Deprecated.INTERNAL API
 - 
sslEngineConfiguratorpublic DefaultSSLEngineConfigurator sslEngineConfigurator() Deprecated.
 - 
buildKeyManagerFactorypublic com.typesafe.sslconfig.ssl.KeyManagerFactoryWrapper buildKeyManagerFactory(com.typesafe.sslconfig.ssl.SSLConfigSettings ssl) Deprecated.
 - 
buildTrustManagerFactorypublic com.typesafe.sslconfig.ssl.TrustManagerFactoryWrapper buildTrustManagerFactory(com.typesafe.sslconfig.ssl.SSLConfigSettings ssl) Deprecated.
 - 
buildHostnameVerifierpublic javax.net.ssl.HostnameVerifier buildHostnameVerifier(com.typesafe.sslconfig.ssl.SSLConfigSettings conf) Deprecated.
 - 
validateDefaultTrustManagerpublic void validateDefaultTrustManager(com.typesafe.sslconfig.ssl.SSLConfigSettings sslConfig) Deprecated.validateDefaultTrustManager is not doing anything since akka 2.6.19 and should not be used. Since Akka 2.6.19.
 - 
configureProtocolspublic java.lang.String[] configureProtocols(java.lang.String[] existingProtocols, com.typesafe.sslconfig.ssl.SSLConfigSettings sslConfig)Deprecated.
 - 
configureCipherSuitespublic java.lang.String[] configureCipherSuites(java.lang.String[] existingCiphers, com.typesafe.sslconfig.ssl.SSLConfigSettings sslConfig)Deprecated.
 
- 
 
-