Uses of Class
com.hazelcast.config.SocketInterceptorConfig
Package
Description
Contains classes related to config for com.hazelcast.client
Provides classes for configuring HazelcastInstance.
-
Uses of SocketInterceptorConfig in com.hazelcast.client.config
Modifier and TypeMethodDescriptionClientNetworkConfig.setSocketInterceptorConfig
(SocketInterceptorConfig socketInterceptorConfig) -
Uses of SocketInterceptorConfig in com.hazelcast.config
Modifier and TypeFieldDescriptionprotected SocketInterceptorConfig
EndpointConfig.socketInterceptorConfig
Modifier and TypeMethodDescriptionAdvancedNetworkConfig.MemberNetworkingView.getSocketInterceptorConfig()
EndpointConfig.getSocketInterceptorConfig()
Gets theSocketInterceptorConfig
.NetworkConfig.getSocketInterceptorConfig()
Gets theSocketInterceptorConfig
.SocketInterceptorConfig.setClassName
(String className) Sets the name for theSocketInterceptor
implementation class.SocketInterceptorConfig.setEnabled
(boolean enabled) Enables and disables this configuration.SocketInterceptorConfig.setImplementation
(Object implementation) Sets theSocketInterceptor
implementation object.SocketInterceptorConfig.setProperties
(Properties properties) Sets the properties.SocketInterceptorConfig.setProperty
(String name, String value) Sets a property.Modifier and TypeMethodDescriptionAdvancedNetworkConfig.MemberNetworkingView.setSocketInterceptorConfig
(SocketInterceptorConfig socketInterceptorConfig) EndpointConfig.setSocketInterceptorConfig
(SocketInterceptorConfig socketInterceptorConfig) Sets theSocketInterceptorConfig
.NetworkConfig.setSocketInterceptorConfig
(SocketInterceptorConfig socketInterceptorConfig) Sets theSocketInterceptorConfig
.RestServerEndpointConfig.setSocketInterceptorConfig
(SocketInterceptorConfig socketInterceptorConfig) ServerSocketEndpointConfig.setSocketInterceptorConfig
(SocketInterceptorConfig socketInterceptorConfig) ModifierConstructorDescriptionSocketInterceptorConfig
(SocketInterceptorConfig socketInterceptorConfig)