| Package | Description | 
|---|---|
| com.hazelcast.internal.networking.nio | Contains the non blocking  EventLoopGroupfunctionality. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | NioChannelReaderWhen the  NioThreadreceives a read event from theSelector, then theNioChannelReader.handle()is called to read out the data from the socket into a bytebuffer and hand it over to theChannelInboundHandlerto get processed. | 
| class  | NioChannelWriter | 
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.