| Package | Description | 
|---|---|
| com.hazelcast.client.impl.protocol.util | Protocol utils | 
| com.hazelcast.instance | This package contains Hazelcast Instance functionality. | 
| com.hazelcast.internal.networking | Contains the socket connection functionality. | 
| com.hazelcast.internal.networking.nonblocking | Contains the non blocking  TcpIpConnectionMonitor. | 
| com.hazelcast.internal.networking.spinning | Contains the implementation of the  SpinningIOThreadingModel. | 
| com.hazelcast.nio | This package contains classes related to New IO | 
| com.hazelcast.nio.ascii | Contains SocketTextReader and SocketTextWriter classes; | 
| com.hazelcast.nio.tcp | Contains functionality for the TCP/IP Networking between cluster members This whole package is internal and no compatibility will be provided. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ClientMessageReadHandlerBuilds  ClientMessages from byte chunks. | 
| Modifier and Type | Method and Description | 
|---|---|
| ReadHandler | DefaultNodeExtension. createReadHandler(TcpIpConnection connection,
                 IOService ioService) | 
| ReadHandler | NodeExtension. createReadHandler(TcpIpConnection connection,
                 IOService ioService)Creates a ReadHandler for given Connection instance. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SocketReader. initReadHandler(ReadHandler readHandler) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | NonBlockingSocketReader. initReadHandler(ReadHandler readHandler) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SpinningSocketReader. initReadHandler(ReadHandler readHandler) | 
| Modifier and Type | Method and Description | 
|---|---|
| ReadHandler | NodeIOService. createReadHandler(TcpIpConnection connection) | 
| ReadHandler | IOService. createReadHandler(TcpIpConnection connection) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | TextReadHandler | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ClientReadHandlerA  ReadHandlerfor the new-client. | 
| class  | MemberReadHandlerThe  ReadHandlerfor member to member communication. | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.