Package | Description |
---|---|
com.hazelcast.client |
Contains classes/interfaces related to Client
|
com.hazelcast.client.config |
Contains classes related to config for com.hazelcast.client
|
com.hazelcast.client.impl.clientside |
Contains most of the client side HazelcastInstance implementation functionality.
|
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 |
---|---|
ChannelInitializer |
ClientExtension.createChannelInitializer(SSLConfig sslConfig,
SocketOptions socketOptions) |
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 |
---|---|
ChannelInitializer |
DefaultClientExtension.createChannelInitializer(SSLConfig sslConfig,
SocketOptions socketOptions) |
Modifier and Type | Field and Description |
---|---|
protected SSLConfig |
EndpointConfig.sslConfig |
Modifier and Type | Method and Description |
---|---|
SSLConfig |
EndpointConfig.getSSLConfig()
Returns the current
SSLConfig . |
SSLConfig |
NetworkConfig.getSSLConfig()
Returns the current
SSLConfig . |
SSLConfig |
AdvancedNetworkConfig.MemberNetworkingView.getSSLConfig() |
protected SSLConfig |
AbstractDomConfigProcessor.parseSslConfig(Node node) |
SSLConfig |
SSLConfig.setEnabled(boolean enabled)
Enables and disables this configuration.
|
SSLConfig |
SSLConfig.setFactoryClassName(String factoryClassName)
Sets the name for the implementation class.
|
SSLConfig |
SSLConfig.setFactoryImplementation(Object factoryImplementation)
Sets the 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 |
---|---|
EndpointConfig |
EndpointConfig.setSSLConfig(SSLConfig sslConfig)
Sets the
SSLConfig . |
ServerSocketEndpointConfig |
ServerSocketEndpointConfig.setSSLConfig(SSLConfig sslConfig) |
RestServerEndpointConfig |
RestServerEndpointConfig.setSSLConfig(SSLConfig sslConfig) |
NetworkConfig |
NetworkConfig.setSSLConfig(SSLConfig sslConfig)
Sets the
SSLConfig . |
NetworkConfig |
AdvancedNetworkConfig.MemberNetworkingView.setSSLConfig(SSLConfig sslConfig) |
Constructor and Description |
---|
SSLConfig(SSLConfig sslConfig) |
Modifier and Type | Method and Description |
---|---|
SSLConfig |
NodeIOService.getSSLConfig(EndpointQualifier endpointQualifier) |
SSLConfig |
IOService.getSSLConfig(EndpointQualifier endpointQualifier) |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.