| 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 | 
|---|---|
SocketInterceptorConfig | 
ClientNetworkConfig.getSocketInterceptorConfig()  | 
SocketInterceptorConfig | 
ClientConfig.getSocketInterceptorConfig()
Deprecated.  
 | 
| Modifier and Type | Method and Description | 
|---|---|
ClientNetworkConfig | 
ClientNetworkConfig.setSocketInterceptorConfig(SocketInterceptorConfig socketInterceptorConfig)  | 
ClientConfig | 
ClientConfig.setSocketInterceptorConfig(SocketInterceptorConfig socketInterceptorConfig)
Deprecated.  
 | 
| Modifier and Type | Method and Description | 
|---|---|
SocketInterceptorConfig | 
NetworkConfig.getSocketInterceptorConfig()
Gets the  
SocketInterceptorConfig. | 
protected SocketInterceptorConfig | 
AbstractXmlConfigHelper.parseSocketInterceptorConfig(Node node)  | 
SocketInterceptorConfig | 
SocketInterceptorConfig.setClassName(String className)
Sets the name for the  
SocketInterceptor implementation class | 
SocketInterceptorConfig | 
SocketInterceptorConfig.setEnabled(boolean enabled)
Enables and disables this configuration 
 | 
SocketInterceptorConfig | 
SocketInterceptorConfig.setImplementation(Object implementation)
Sets the  
SocketInterceptor implementation object | 
SocketInterceptorConfig | 
SocketInterceptorConfig.setProperties(Properties properties)
Sets the properties. 
 | 
SocketInterceptorConfig | 
SocketInterceptorConfig.setProperty(String name,
           String value)
Sets a property. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
NetworkConfig | 
NetworkConfig.setSocketInterceptorConfig(SocketInterceptorConfig socketInterceptorConfig)
Sets the  
SocketInterceptorConfig. | 
| Modifier and Type | Method and Description | 
|---|---|
SocketInterceptorConfig | 
NodeIOService.getSocketInterceptorConfig()  | 
SocketInterceptorConfig | 
IOService.getSocketInterceptorConfig()  | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.