| Package | Description | 
|---|---|
| com.hazelcast.client.connection.nio | Contains classes related to New IO for com.hazelcast.client.connection | 
| com.hazelcast.nio.tcp.nonblocking | Contains the non blocking  TcpIpConnectionMonitor. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractClientSelectionHandlerThe AbstractClientSelectionHandler gets called by an IO-thread when there is data available to read,
 or space available to write. | 
| class  | ClientReadHandlerClientReadHandler gets called by an IO-thread when there is data available to read. | 
| class  | ClientWriteHandlerClientReadHandler gets called by an IO-thread when there is space available to write to. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | MigratableHandlerA  SelectionHandlerthat supports migration betweenNonBlockingIOThreadinstances. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractHandler | 
| class  | NonBlockingSocketReaderA  SocketReadertailored for non blocking IO. | 
| class  | NonBlockingSocketWriterThe writing side of the  TcpIpConnection. | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.