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.instance |
This package contains Hazelcast Instance functionality.
|
com.hazelcast.internal.networking.nio |
Contains the non blocking
Networking functionality. |
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() |
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() |
Modifier and Type | Method and Description |
---|---|
ChannelInitializer |
DefaultNodeExtension.createChannelInitializer(IOService ioService) |
ChannelInitializer |
NodeExtension.createChannelInitializer(IOService ioService)
Creates the ChannelInitializer.
|
Modifier and Type | Method and Description |
---|---|
NioNetworking.Context |
NioNetworking.Context.channelInitializer(ChannelInitializer channelInitializer) |
Constructor and Description |
---|
NioChannel(SocketChannel socketChannel,
boolean clientMode,
ChannelInitializer channelInitializer,
MetricsRegistry metricsRegistry) |
Modifier and Type | Class and Description |
---|---|
class |
PlainChannelInitializer
A
ChannelInitializer that runs on a member and used for unencrypted
channels. |
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.