Package | Description |
---|---|
com.hazelcast.client |
Contains classes/interfaces related to Client
|
com.hazelcast.client.connection.nio |
Contains classes related to New IO for com.hazelcast.client.connection
|
com.hazelcast.client.impl.clientside |
Contains most of the client side HazelcastInstance implementation functionality.
|
com.hazelcast.internal.networking |
Contains the socket connection functionality.
|
com.hazelcast.internal.networking.nio |
Contains the non blocking
Networking functionality. |
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 | Method and Description |
---|---|
ChannelInitializer |
ClientExtension.createChannelInitializer() |
ChannelInitializer |
ClientExtension.createChannelInitializer(SSLConfig sslConfig,
SocketOptions socketOptions) |
Modifier and Type | Class and Description |
---|---|
class |
ClientPlainChannelInitializer
Client side ChannelInitializer for connections without SSL/TLS.
|
Modifier and Type | Method and Description |
---|---|
ChannelInitializer |
DefaultClientExtension.createChannelInitializer() |
ChannelInitializer |
DefaultClientExtension.createChannelInitializer(SSLConfig sslConfig,
SocketOptions socketOptions) |
Modifier and Type | Method and Description |
---|---|
ChannelInitializer |
ChannelInitializerProvider.provide(EndpointQualifier qualifier) |
Constructor and Description |
---|
NioChannel(SocketChannel socketChannel,
boolean clientMode,
ChannelInitializer channelInitializer,
MetricsRegistry metricsRegistry,
Executor closeListenerExecutor) |
Modifier and Type | Class and Description |
---|---|
class |
TextChannelInitializer |
Modifier and Type | Class and Description |
---|---|
class |
AbstractChannelInitializer
A
ChannelInitializer that runs on a member and used for unencrypted
channels. |
class |
ClientChannelInitializer |
class |
MemberChannelInitializer |
class |
UnifiedChannelInitializer
A
ChannelInitializer that runs on a member and used for unencrypted
channels. |
Modifier and Type | Method and Description |
---|---|
ChannelInitializer |
DefaultChannelInitializerProvider.provide(EndpointQualifier qualifier) |
protected ChannelInitializer |
DefaultChannelInitializerProvider.provideClientChannelInitializer(EndpointConfig endpointConfig) |
protected ChannelInitializer |
DefaultChannelInitializerProvider.provideMemberChannelInitializer(EndpointConfig endpointConfig) |
protected ChannelInitializer |
DefaultChannelInitializerProvider.provideTextChannelInitializer(EndpointConfig endpointConfig,
boolean rest) |
protected ChannelInitializer |
DefaultChannelInitializerProvider.provideUnifiedChannelInitializer() |
protected ChannelInitializer |
DefaultChannelInitializerProvider.provideWanChannelInitializer(EndpointConfig endpointConfig) |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.