public class SocketInterceptorConfig extends Object
| Constructor and Description |
|---|
SocketInterceptorConfig() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName()
Returns the name of the
com.hazelcast.nio.SocketInterceptor implementation class |
Object |
getImplementation()
Returns the
com.hazelcast.nio.SocketInterceptor implementation object |
Properties |
getProperties() |
String |
getProperty(String name) |
boolean |
isEnabled()
Returns if this configuration is enabled
|
SocketInterceptorConfig |
setClassName(String className)
Sets the name for the
com.hazelcast.nio.SocketInterceptor implementation class |
SocketInterceptorConfig |
setEnabled(boolean enabled)
Enables and disables this configuration
|
SocketInterceptorConfig |
setImplementation(Object implementation)
Sets the
com.hazelcast.nio.SocketInterceptor implementation object |
SocketInterceptorConfig |
setProperties(Properties properties) |
SocketInterceptorConfig |
setProperty(String name,
String value) |
String |
toString() |
public String getClassName()
com.hazelcast.nio.SocketInterceptor implementation classpublic SocketInterceptorConfig setClassName(String className)
com.hazelcast.nio.SocketInterceptor implementation classclassName - the name of the com.hazelcast.nio.SocketInterceptor implementation class to setpublic SocketInterceptorConfig setImplementation(Object implementation)
com.hazelcast.nio.SocketInterceptor implementation objectimplementation - implementation objectpublic Object getImplementation()
com.hazelcast.nio.SocketInterceptor implementation objectpublic boolean isEnabled()
public SocketInterceptorConfig setEnabled(boolean enabled)
enabled - public SocketInterceptorConfig setProperty(String name, String value)
public Properties getProperties()
public SocketInterceptorConfig setProperties(Properties properties)
Copyright © 2008-2013 Hazelcast, Inc. All Rights Reserved.