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 |
---|---|
ChannelInboundHandler |
DefaultNodeExtension.createInboundHandler(TcpIpConnection connection,
IOService ioService) |
ChannelInboundHandler |
NodeExtension.createInboundHandler(TcpIpConnection connection,
IOService ioService)
Creates a ChannelInboundHandler for given Connection instance.
|
ChannelOutboundHandler |
DefaultNodeExtension.createOutboundHandler(TcpIpConnection connection,
IOService ioService) |
ChannelOutboundHandler |
NodeExtension.createOutboundHandler(TcpIpConnection connection,
IOService ioService)
Creates a ChannelOutboundHandler for given Connection instance.
|
Modifier and Type | Method and Description |
---|---|
ChannelInboundHandler |
NodeIOService.createInboundHandler(TcpIpConnection connection) |
ChannelInboundHandler |
IOService.createInboundHandler(TcpIpConnection connection) |
ChannelOutboundHandler |
NodeIOService.createOutboundHandler(TcpIpConnection connection) |
ChannelOutboundHandler |
IOService.createOutboundHandler(TcpIpConnection connection) |
Constructor and Description |
---|
TextChannelInboundHandler(TcpIpConnection connection,
TextChannelOutboundHandler outboundHandler) |
TextChannelOutboundHandler(TcpIpConnection connection) |
Modifier and Type | Field and Description |
---|---|
protected TcpIpConnection |
MemberChannelInboundHandler.connection |
Modifier and Type | Method and Description |
---|---|
Set<TcpIpConnection> |
TcpIpConnectionManager.getActiveConnections() |
Constructor and Description |
---|
MemberChannelInboundHandler(TcpIpConnection connection,
PacketHandler handler) |
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.