Package | Description |
---|---|
com.hazelcast.config | |
com.hazelcast.nio |
Modifier and Type | Method and Description |
---|---|
SSLConfig |
NetworkConfig.getSSLConfig() |
SSLConfig |
SSLConfig.setEnabled(boolean enabled)
Enables and disables this configuration
|
SSLConfig |
SSLConfig.setFactoryClassName(String factoryClassName)
Sets the name for the
SSLContextFactory implementation class |
SSLConfig |
SSLConfig.setFactoryImplementation(Object factoryImplementation)
Sets the
SSLContextFactory implementation object |
SSLConfig |
SSLConfig.setProperty(String name,
String value) |
Modifier and Type | Method and Description |
---|---|
NetworkConfig |
NetworkConfig.setSSLConfig(SSLConfig sslConfig) |
Modifier and Type | Method and Description |
---|---|
SSLConfig |
NodeIOService.getSSLConfig() |
SSLConfig |
IOService.getSSLConfig() |
Copyright © 2013 Hazelcast, Inc.. All rights reserved.