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 TypeMethodDescriptionSocketInterceptorConfig.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.ModifierConstructorDescriptionSocketInterceptorConfig
(SocketInterceptorConfig socketInterceptorConfig)