Uses of Class
io.atomix.cluster.messaging.TlsConfig
| Package | Description |
|---|---|
| io.atomix.cluster.messaging |
Provides high-level interfaces for direct and publish-subscribe inter-cluster communication.
|
-
Uses of TlsConfig in io.atomix.cluster.messaging
Methods in io.atomix.cluster.messaging that return TlsConfig Modifier and Type Method Description TlsConfigMessagingConfig. getTlsConfig()Returns the TLS configuration.TlsConfigTlsConfig. setEnabled(boolean enabled)Sets whether TLS is enabled.TlsConfigTlsConfig. setKeyStore(String keyStore)Sets the key store path.TlsConfigTlsConfig. setKeyStorePassword(String keyStorePassword)Sets the key store password.TlsConfigTlsConfig. setTrustStore(String trustStore)Sets the trust store path.TlsConfigTlsConfig. setTrustStorePassword(String trustStorePassword)Sets the trust store password.Methods in io.atomix.cluster.messaging with parameters of type TlsConfig Modifier and Type Method Description MessagingConfigMessagingConfig. setTlsConfig(TlsConfig tlsConfig)Sets the TLS configuration.