Package | Description |
---|---|
com.hazelcast.instance |
This package contains Hazelcast Instance functionality.
|
com.hazelcast.nio.ascii |
Contains SocketTextReader and SocketTextWriter classes;
|
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) |
Constructor and Description |
---|
SocketTextReader(TcpIpConnection connection) |
SocketTextWriter(TcpIpConnection connection) |
Modifier and Type | Field and Description |
---|---|
protected TcpIpConnection |
DefaultPacketReader.connection |
Modifier and Type | Method and Description |
---|---|
boolean |
TcpIpConnectionManager.bind(TcpIpConnection connection,
Address remoteEndPoint,
Address localEndpoint,
boolean reply) |
PacketReader |
TcpIpConnectionManager.createPacketReader(TcpIpConnection connection) |
PacketWriter |
TcpIpConnectionManager.createPacketWriter(TcpIpConnection connection) |
Constructor and Description |
---|
DefaultPacketReader(TcpIpConnection connection,
IOService ioService) |
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.