Package | Description |
---|---|
com.hazelcast.client |
Contains classes/interfaces related to Client
|
com.hazelcast.client.config |
Contains classes related to config for com.hazelcast.client
|
com.hazelcast.client.impl.clientside |
Contains most of the client side HazelcastInstance implementation functionality.
|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
com.hazelcast.nio |
This package contains classes related to New IO
|
Modifier and Type | Method and Description |
---|---|
SocketInterceptor |
ClientExtension.createSocketInterceptor(SocketInterceptorConfig socketInterceptorConfig)
Create socket interceptor according to given config
|
Modifier and Type | Method and Description |
---|---|
SocketInterceptorConfig |
ClientNetworkConfig.getSocketInterceptorConfig() |
SocketInterceptorConfig |
ClientConfig.getSocketInterceptorConfig()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ClientNetworkConfig |
ClientNetworkConfig.setSocketInterceptorConfig(SocketInterceptorConfig socketInterceptorConfig) |
ClientConfig |
ClientConfig.setSocketInterceptorConfig(SocketInterceptorConfig socketInterceptorConfig)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
SocketInterceptor |
DefaultClientExtension.createSocketInterceptor(SocketInterceptorConfig socketInterceptorConfig) |
Modifier and Type | Field and Description |
---|---|
protected SocketInterceptorConfig |
EndpointConfig.socketInterceptorConfig |
Modifier and Type | Method and Description |
---|---|
SocketInterceptorConfig |
EndpointConfig.getSocketInterceptorConfig()
Gets the
SocketInterceptorConfig . |
SocketInterceptorConfig |
NetworkConfig.getSocketInterceptorConfig()
Gets the
SocketInterceptorConfig . |
SocketInterceptorConfig |
AdvancedNetworkConfig.MemberNetworkingView.getSocketInterceptorConfig() |
protected SocketInterceptorConfig |
AbstractDomConfigProcessor.parseSocketInterceptorConfig(Node node) |
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)
Sets the properties.
|
SocketInterceptorConfig |
SocketInterceptorConfig.setProperty(String name,
String value)
Sets a property.
|
Modifier and Type | Method and Description |
---|---|
EndpointConfig |
EndpointConfig.setSocketInterceptorConfig(SocketInterceptorConfig socketInterceptorConfig)
Sets the
SocketInterceptorConfig . |
ServerSocketEndpointConfig |
ServerSocketEndpointConfig.setSocketInterceptorConfig(SocketInterceptorConfig socketInterceptorConfig) |
RestServerEndpointConfig |
RestServerEndpointConfig.setSocketInterceptorConfig(SocketInterceptorConfig socketInterceptorConfig) |
NetworkConfig |
NetworkConfig.setSocketInterceptorConfig(SocketInterceptorConfig socketInterceptorConfig)
Sets the
SocketInterceptorConfig . |
NetworkConfig |
AdvancedNetworkConfig.MemberNetworkingView.setSocketInterceptorConfig(SocketInterceptorConfig socketInterceptorConfig) |
Constructor and Description |
---|
SocketInterceptorConfig(SocketInterceptorConfig socketInterceptorConfig) |
Modifier and Type | Method and Description |
---|---|
SocketInterceptorConfig |
NodeIOService.getSocketInterceptorConfig(EndpointQualifier endpointQualifier) |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.