Uses of Class
com.hazelcast.config.SocketInterceptorConfig

Packages that use SocketInterceptorConfig
com.hazelcast.config   
 

Uses of SocketInterceptorConfig in com.hazelcast.config
 

Methods in com.hazelcast.config that return SocketInterceptorConfig
 SocketInterceptorConfig NetworkConfig.getSocketInterceptorConfig()
           
 SocketInterceptorConfig SocketInterceptorConfig.setClassName(String className)
          Sets the name for the com.hazelcast.nio.SocketInterceptor implementation class
 SocketInterceptorConfig SocketInterceptorConfig.setEnabled(boolean enabled)
          Enables and disables this configuration
 SocketInterceptorConfig SocketInterceptorConfig.setImplementation(Object implementation)
          Sets the com.hazelcast.nio.SocketInterceptor implementation object
 SocketInterceptorConfig SocketInterceptorConfig.setProperties(Properties properties)
           
 SocketInterceptorConfig SocketInterceptorConfig.setProperty(String name, String value)
           
 

Methods in com.hazelcast.config with parameters of type SocketInterceptorConfig
 NetworkConfig NetworkConfig.setSocketInterceptorConfig(SocketInterceptorConfig socketInterceptorConfig)
           
 



Copyright © 2008-2012 Hazel Ltd. All Rights Reserved.