| 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 for cluster members 
This whole package is internal and no compatibility will be provided.  | 
| Modifier and Type | Method and Description | 
|---|---|
InboundHandler[] | 
DefaultNodeExtension.createInboundHandlers(TcpIpConnection connection,
                     IOService ioService)  | 
InboundHandler[] | 
NodeExtension.createInboundHandlers(TcpIpConnection connection,
                     IOService ioService)
Creates a InboundHandler for given Connection instance. 
 | 
OutboundHandler[] | 
DefaultNodeExtension.createOutboundHandlers(TcpIpConnection connection,
                      IOService ioService)  | 
OutboundHandler[] | 
NodeExtension.createOutboundHandlers(TcpIpConnection connection,
                      IOService ioService)
Creates a OutboundHandler for given Connection instance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
InboundHandler[] | 
NodeIOService.createMemberInboundHandlers(TcpIpConnection connection)  | 
InboundHandler[] | 
IOService.createMemberInboundHandlers(TcpIpConnection connection)  | 
OutboundHandler[] | 
NodeIOService.createMemberOutboundHandlers(TcpIpConnection connection)  | 
OutboundHandler[] | 
IOService.createMemberOutboundHandlers(TcpIpConnection connection)  | 
| Constructor and Description | 
|---|
TextDecoder(TcpIpConnection connection,
           TextEncoder encoder)  | 
TextEncoder(TcpIpConnection connection)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected TcpIpConnection | 
PacketDecoder.connection  | 
| Modifier and Type | Method and Description | 
|---|---|
Set<TcpIpConnection> | 
TcpIpConnectionManager.getActiveConnections()  | 
| Constructor and Description | 
|---|
PacketDecoder(TcpIpConnection connection,
             Consumer<Packet> dst)  | 
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.