| Package | Description | 
|---|---|
| com.hazelcast.client.config | 
 Contains classes related to config for com.hazelcast.client 
 | 
| com.hazelcast.config | 
 Provides classes for configuring HazelcastInstance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
SocketInterceptorConfig | 
ClientNetworkConfig.getSocketInterceptorConfig()  | 
| Modifier and Type | Method and Description | 
|---|---|
ClientNetworkConfig | 
ClientNetworkConfig.setSocketInterceptorConfig(SocketInterceptorConfig socketInterceptorConfig)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected SocketInterceptorConfig | 
EndpointConfig.socketInterceptorConfig  | 
| Modifier and Type | Method and Description | 
|---|---|
SocketInterceptorConfig | 
NetworkConfig.getSocketInterceptorConfig()
Gets the  
SocketInterceptorConfig. | 
SocketInterceptorConfig | 
EndpointConfig.getSocketInterceptorConfig()
Gets the  
SocketInterceptorConfig. | 
SocketInterceptorConfig | 
AdvancedNetworkConfig.MemberNetworkingView.getSocketInterceptorConfig()  | 
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 | 
|---|---|
ServerSocketEndpointConfig | 
ServerSocketEndpointConfig.setSocketInterceptorConfig(SocketInterceptorConfig socketInterceptorConfig)  | 
RestServerEndpointConfig | 
RestServerEndpointConfig.setSocketInterceptorConfig(SocketInterceptorConfig socketInterceptorConfig)  | 
NetworkConfig | 
NetworkConfig.setSocketInterceptorConfig(SocketInterceptorConfig socketInterceptorConfig)
Sets the  
SocketInterceptorConfig. | 
EndpointConfig | 
EndpointConfig.setSocketInterceptorConfig(SocketInterceptorConfig socketInterceptorConfig)
Sets the  
SocketInterceptorConfig. | 
NetworkConfig | 
AdvancedNetworkConfig.MemberNetworkingView.setSocketInterceptorConfig(SocketInterceptorConfig socketInterceptorConfig)  | 
| Constructor and Description | 
|---|
SocketInterceptorConfig(SocketInterceptorConfig socketInterceptorConfig)  | 
Copyright © 2023 Hazelcast, Inc.. All rights reserved.