| 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.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 | 
|---|---|
ChannelInitializer | 
DefaultNodeExtension.createChannelInitializer(IOService ioService)  | 
ChannelInitializer | 
NodeExtension.createChannelInitializer(IOService ioService)
Creates the ChannelInitializer. 
 | 
InboundHandler[] | 
DefaultNodeExtension.createInboundHandlers(TcpIpConnection connection,
                     IOService ioService)  | 
InboundHandler[] | 
NodeExtension.createInboundHandlers(TcpIpConnection connection,
                     IOService ioService)
Creates a InboundHandler for given Connection instance. 
 | 
ByteArrayProcessor | 
DefaultNodeExtension.createMulticastInputProcessor(IOService ioService)  | 
ByteArrayProcessor | 
NodeExtension.createMulticastInputProcessor(IOService ioService)
Returns a byte array processor for incoming data on the Multicast joiner 
 | 
ByteArrayProcessor | 
DefaultNodeExtension.createMulticastOutputProcessor(IOService ioService)  | 
ByteArrayProcessor | 
NodeExtension.createMulticastOutputProcessor(IOService ioService)
Returns a byte array processor for outgoing data on the Multicast joiner 
 | 
OutboundHandler[] | 
DefaultNodeExtension.createOutboundHandlers(TcpIpConnection connection,
                      IOService ioService)  | 
OutboundHandler[] | 
NodeExtension.createOutboundHandlers(TcpIpConnection connection,
                      IOService ioService)
Creates a OutboundHandler for given Connection instance. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
NodeIOService  | 
| Modifier and Type | Method and Description | 
|---|---|
IOService | 
TcpIpConnectionManager.getIoService()  | 
| Constructor and Description | 
|---|
PlainChannelInitializer(IOService ioService)  | 
ProtocolDecoder(IOService ioService,
               ProtocolEncoder protocolEncoder)  | 
ProtocolEncoder(IOService ioService)  | 
TcpIpConnectionManager(IOService ioService,
                      ServerSocketChannel serverSocketChannel,
                      LoggingService loggingService,
                      MetricsRegistry metricsRegistry,
                      Networking networking)  | 
TcpIpConnectionManager(IOService ioService,
                      ServerSocketChannel serverSocketChannel,
                      LoggingService loggingService,
                      MetricsRegistry metricsRegistry,
                      Networking networking,
                      HazelcastProperties properties)  | 
Copyright © 2020 Hazelcast, Inc.. All Rights Reserved.