|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SSLConfig | |
|---|---|
| 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 |
| Uses of SSLConfig in com.hazelcast.client.config |
|---|
| Methods in com.hazelcast.client.config that return SSLConfig | |
|---|---|
SSLConfig |
ClientNetworkConfig.getSSLConfig()
Returns the current SSLConfig. |
| Methods in com.hazelcast.client.config with parameters of type SSLConfig | |
|---|---|
ClientNetworkConfig |
ClientNetworkConfig.setSSLConfig(SSLConfig sslConfig)
Sets the SSLConfig. |
| Uses of SSLConfig in com.hazelcast.config |
|---|
| Methods in com.hazelcast.config that return SSLConfig | |
|---|---|
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. |
| Methods in com.hazelcast.config with parameters of type SSLConfig | |
|---|---|
NetworkConfig |
NetworkConfig.setSSLConfig(SSLConfig sslConfig)
Sets the SSLConfig. |
| Uses of SSLConfig in com.hazelcast.nio |
|---|
| Methods in com.hazelcast.nio that return SSLConfig | |
|---|---|
SSLConfig |
NodeIOService.getSSLConfig()
|
SSLConfig |
IOService.getSSLConfig()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||