Package | Description |
---|---|
com.hazelcast.client.config |
Contains classes related to config for com.hazelcast.client
|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
com.hazelcast.nio |
This package contains classes related to New IO
|
Modifier and Type | Method and Description |
---|---|
SSLConfig |
ClientNetworkConfig.getSSLConfig()
Returns the current
SSLConfig . |
Modifier and Type | Method and Description |
---|---|
ClientNetworkConfig |
ClientNetworkConfig.setSSLConfig(SSLConfig sslConfig)
Sets the
SSLConfig . |
Modifier and Type | Method and Description |
---|---|
SSLConfig |
NetworkConfig.getSSLConfig()
Returns the current
SSLConfig . |
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.setProperties(Properties properties)
Sets the properties.
|
SSLConfig |
SSLConfig.setProperty(String name,
String value)
Sets a property.
|
Modifier and Type | Method and Description |
---|---|
NetworkConfig |
NetworkConfig.setSSLConfig(SSLConfig sslConfig)
Sets the
SSLConfig . |
Modifier and Type | Method and Description |
---|---|
SSLConfig |
NodeIOService.getSSLConfig() |
SSLConfig |
IOService.getSSLConfig() |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.