| Package | Description | 
|---|---|
| com.hazelcast.internal.networking.nio | 
 Contains the non blocking  
EventLoopGroup 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 | 
|---|---|
NioEventLoopGroup.Context | 
NioEventLoopGroup.Context.channelInitializer(ChannelInitializer channelInitializer)  | 
| Constructor and Description | 
|---|
NioInboundPipeline(NioChannel channel,
                  NioThread owner,
                  ChannelErrorHandler errorHandler,
                  ILogger logger,
                  IOBalancer balancer,
                  ChannelInitializer initializer)  | 
NioOutboundPipeline(NioChannel channel,
                   NioThread owner,
                   ChannelErrorHandler errorHandler,
                   ILogger logger,
                   IOBalancer balancer,
                   ChannelInitializer initializer)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MemberChannelInitializer
The  
ChannelInitializer that runs on a member. | 
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.