| Package | Description | 
|---|---|
| com.hazelcast.instance | This package contains Hazelcast Instance functionality. | 
| 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 | 
| 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 | 
|---|---|
| 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  | MemberReadHandlerThe  ReadHandlerfor member to member communication. | 
| class  | NewClientReadHandlerA  ReadHandlerfor the new-client. | 
| class  | OldClientReadHandlerA  ReadHandlerfor the old client. | 
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.