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
|
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.
|
Modifier and Type | Method and Description |
---|---|
ReadHandler |
NodeIOService.createReadHandler(TcpIpConnection connection) |
ReadHandler |
IOService.createReadHandler(TcpIpConnection connection) |
Modifier and Type | Class and Description |
---|---|
class |
TextReadHandler |
Modifier and Type | Class and Description |
---|---|
class |
MemberReadHandler
The
ReadHandler for member to member communication. |
class |
NewClientReadHandler
A
ReadHandler for the new-client. |
class |
OldClientReadHandler
A
ReadHandler for the old client. |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.