Package | Description |
---|---|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
com.hazelcast.nio |
This package contains classes related to New IO
|
com.hazelcast.nio.ascii |
Contains SocketTextReader and SocketTextWriter classes;
|
com.hazelcast.nio.tcp |
Contains functionality for the TCP/IP Networking for cluster members
This whole package is internal and no compatibility will be provided. |
Modifier and Type | Class and Description |
---|---|
class |
RestServerEndpointConfig
Server socket endpoint config specialized for REST service
Allows configuring access to REST groups similar to
RestApiConfig |
class |
ServerSocketEndpointConfig
Endpoint configuration that defines a listening side (server)
|
Modifier and Type | Method and Description |
---|---|
Map<EndpointQualifier,EndpointConfig> |
AdvancedNetworkConfig.getEndpointConfigs() |
Modifier and Type | Method and Description |
---|---|
AdvancedNetworkConfig |
AdvancedNetworkConfig.addWanEndpointConfig(EndpointConfig endpointConfig)
Adds the given WAN
EndpointConfig to the endpoints configuration. |
Modifier and Type | Method and Description |
---|---|
AdvancedNetworkConfig |
AdvancedNetworkConfig.setEndpointConfigs(Map<EndpointQualifier,EndpointConfig> endpointConfigs) |
Modifier and Type | Method and Description |
---|---|
static void |
IOUtil.setChannelOptions(Channel channel,
EndpointConfig config)
Sets configured channel options on given
Channel . |
Constructor and Description |
---|
TextChannelInitializer(IOService ioService,
EndpointConfig config,
boolean rest) |
Modifier and Type | Method and Description |
---|---|
protected ChannelInitializer |
DefaultChannelInitializerProvider.provideClientChannelInitializer(EndpointConfig endpointConfig) |
protected ChannelInitializer |
DefaultChannelInitializerProvider.provideMemberChannelInitializer(EndpointConfig endpointConfig) |
protected ChannelInitializer |
DefaultChannelInitializerProvider.provideTextChannelInitializer(EndpointConfig endpointConfig,
boolean rest) |
protected ChannelInitializer |
DefaultChannelInitializerProvider.provideWanChannelInitializer(EndpointConfig endpointConfig) |
Constructor and Description |
---|
AbstractChannelInitializer(IOService ioService,
EndpointConfig config) |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.