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 between cluster members
|
Modifier and Type | Method and Description |
---|---|
PacketReader |
DefaultNodeInitializer.createPacketReader(TcpIpConnection connection,
IOService ioService) |
PacketReader |
NodeInitializer.createPacketReader(TcpIpConnection connection,
IOService ioService) |
PacketWriter |
DefaultNodeInitializer.createPacketWriter(TcpIpConnection connection,
IOService ioService) |
PacketWriter |
NodeInitializer.createPacketWriter(TcpIpConnection connection,
IOService ioService) |
Modifier and Type | Class and Description |
---|---|
class |
NodeIOService |
Modifier and Type | Method and Description |
---|---|
static boolean |
CipherHelper.isSymmetricEncryptionEnabled(IOService ioService) |
Modifier and Type | Field and Description |
---|---|
protected IOService |
DefaultPacketReader.ioService |
Modifier and Type | Method and Description |
---|---|
IOService |
TcpIpConnectionManager.getIOHandler() |
Constructor and Description |
---|
DefaultPacketReader(TcpIpConnection connection,
IOService ioService) |
TcpIpConnectionManager(IOService ioService,
ServerSocketChannel serverSocketChannel,
NodeInitializer initializer) |
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.