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
Fields in com.hazelcast.config declared as SocketInterceptorConfigModifier and TypeFieldDescriptionprotected SocketInterceptorConfig
EndpointConfig.socketInterceptorConfig
Methods in com.hazelcast.config that return SocketInterceptorConfigModifier 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.Methods in com.hazelcast.config with parameters of type SocketInterceptorConfigModifier 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) Constructors in com.hazelcast.config with parameters of type SocketInterceptorConfigModifierConstructorDescriptionSocketInterceptorConfig
(SocketInterceptorConfig socketInterceptorConfig)