Uses of Class
com.hazelcast.config.SocketInterceptorConfig
Packages that use 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
Methods in com.hazelcast.client.config that return SocketInterceptorConfigMethods in com.hazelcast.client.config with parameters of type SocketInterceptorConfigModifier and TypeMethodDescriptionClientNetworkConfig.setSocketInterceptorConfig
(SocketInterceptorConfig socketInterceptorConfig) -
Uses of SocketInterceptorConfig in com.hazelcast.config
Methods in com.hazelcast.config that return SocketInterceptorConfigModifier 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.Constructors in com.hazelcast.config with parameters of type SocketInterceptorConfigModifierConstructorDescriptionSocketInterceptorConfig
(SocketInterceptorConfig socketInterceptorConfig)