| 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 This whole package is internal and no compatibility will be provided. | 
| 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. | 
| 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 | 
|---|---|
| ReadHandler | NodeIOService. createReadHandler(TcpIpConnection connection) | 
| ReadHandler | IOService. createReadHandler(TcpIpConnection connection) | 
| WriteHandler | NodeIOService. createWriteHandler(TcpIpConnection connection) | 
| WriteHandler | IOService. createWriteHandler(TcpIpConnection connection) | 
| Constructor and Description | 
|---|
| TextReadHandler(TcpIpConnection connection) | 
| TextWriteHandler(TcpIpConnection connection) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected TcpIpConnection | MemberReadHandler. connection | 
| Modifier and Type | Method and Description | 
|---|---|
| Set<TcpIpConnection> | TcpIpConnectionManager. getActiveConnections() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SocketReaderInitializerImpl. init(TcpIpConnection connection,
    SocketReader reader) | 
| void | SocketWriterInitializerImpl. init(TcpIpConnection connection,
    SocketWriter writer,
    String protocol) | 
| Constructor and Description | 
|---|
| MemberReadHandler(TcpIpConnection connection,
                 PacketDispatcher packetDispatcher) | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.