Package com.typesafe.sslconfig.akka
Interface SSLEngineConfigurator
-
- All Known Implementing Classes:
DefaultSSLEngineConfigurator
public interface SSLEngineConfigurator
Deprecated.Use Tcp and TLS with SSLEngine parameters instead. Setup the SSLEngine with needed parameters. Since 2.6.0.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.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description javax.net.ssl.SSLEngine
configure(javax.net.ssl.SSLEngine engine, javax.net.ssl.SSLContext sslContext)
Deprecated.
-