| Package | Description | 
|---|---|
| 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 | Method and Description | 
|---|---|
| WriteHandler | DefaultNodeExtension. createWriteHandler(TcpIpConnection connection,
                  IOService ioService) | 
| WriteHandler | NodeExtension. createWriteHandler(TcpIpConnection connection,
                  IOService ioService)Creates a WriteHandler for given Connection instance. | 
| Modifier and Type | Method and Description | 
|---|---|
| WriteHandler | SocketWriter. getWriteHandler()Gets the  WriteHandlerthat belongs to this SocketWriter. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SocketWriter. initWriteHandler(WriteHandler writeHandler) | 
| Modifier and Type | Method and Description | 
|---|---|
| WriteHandler | NonBlockingSocketWriter. getWriteHandler() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | NonBlockingSocketWriter. initWriteHandler(WriteHandler writeHandler) | 
| Modifier and Type | Method and Description | 
|---|---|
| WriteHandler | SpinningSocketWriter. getWriteHandler() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SpinningSocketWriter. initWriteHandler(WriteHandler writeHandler) | 
| Modifier and Type | Method and Description | 
|---|---|
| WriteHandler | NodeIOService. createWriteHandler(TcpIpConnection connection) | 
| WriteHandler | IOService. createWriteHandler(TcpIpConnection connection) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | TextWriteHandler | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ClientWriteHandlerA  WriteHandlerfor the new-client. | 
| class  | MemberWriteHandlerA  WriteHandlerthat for member to member communication. | 
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.