Package | Description |
---|---|
com.hazelcast.config | |
com.hazelcast.nio |
Modifier and Type | Method and Description |
---|---|
SocketInterceptorConfig |
NetworkConfig.getSocketInterceptorConfig() |
SocketInterceptorConfig |
SocketInterceptorConfig.setClassName(String className)
Sets the name for the
SocketInterceptor implementation class |
SocketInterceptorConfig |
SocketInterceptorConfig.setEnabled(boolean enabled)
Enables and disables this configuration
|
SocketInterceptorConfig |
SocketInterceptorConfig.setImplementation(Object implementation)
Sets the
SocketInterceptor implementation object |
SocketInterceptorConfig |
SocketInterceptorConfig.setProperties(Properties properties) |
SocketInterceptorConfig |
SocketInterceptorConfig.setProperty(String name,
String value) |
Modifier and Type | Method and Description |
---|---|
NetworkConfig |
NetworkConfig.setSocketInterceptorConfig(SocketInterceptorConfig socketInterceptorConfig) |
Modifier and Type | Method and Description |
---|---|
SocketInterceptorConfig |
NodeIOService.getSocketInterceptorConfig() |
SocketInterceptorConfig |
IOService.getSocketInterceptorConfig() |
Modifier and Type | Method and Description |
---|---|
void |
MemberSocketInterceptor.init(SocketInterceptorConfig socketInterceptorConfig) |
Copyright © 2013 Hazelcast, Inc.. All rights reserved.