| 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 
 | 
| com.hazelcast.nio.tcp.nonblocking | 
 Contains the non blocking  
TcpIpConnectionMonitor. | 
| com.hazelcast.nio.tcp.spinning | 
 Contains the implementation of the  
SpinningIOThreadingModel. | 
| 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 | 
NodeIOService.createWriteHandler(TcpIpConnection connection)  | 
WriteHandler | 
IOService.createWriteHandler(TcpIpConnection connection)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
TextWriteHandler  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MemberWriteHandler
A  
WriteHandler that for member to member communication. | 
class  | 
NewClientWriteHandler
A  
WriteHandler for the new-client. | 
class  | 
OldClientWriteHandler
A  
WriteHandler for the old client. | 
| Modifier and Type | Method and Description | 
|---|---|
WriteHandler | 
SocketWriter.getWriteHandler()
Gets the  
WriteHandler that belongs to this SocketWriter. | 
| Modifier and Type | Method and Description | 
|---|---|
WriteHandler | 
NonBlockingSocketWriter.getWriteHandler()  | 
| Modifier and Type | Method and Description | 
|---|---|
WriteHandler | 
SpinningSocketWriter.getWriteHandler()  | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.