Package | Description |
---|---|
com.hazelcast.instance |
This package contains Hazelcast Instance functionality.
|
com.hazelcast.internal.networking |
Contains the socket connection 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 |
---|---|
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 |
---|---|
InitResult<ChannelOutboundHandler> |
ChannelInitializer.initOutbound(Channel channel)
Called when the Channel writes the first data.
|
Modifier and Type | Method and Description |
---|---|
ChannelOutboundHandler |
NodeIOService.createOutboundHandler(TcpIpConnection connection) |
ChannelOutboundHandler |
IOService.createOutboundHandler(TcpIpConnection connection) |
Modifier and Type | Class and Description |
---|---|
class |
TextChannelOutboundHandler |
Modifier and Type | Class and Description |
---|---|
class |
ClientChannelOutboundHandler
A
ChannelOutboundHandler for the new-client. |
class |
MemberChannelOutboundHandler
A
ChannelOutboundHandler that for member to member communication. |
Modifier and Type | Method and Description |
---|---|
InitResult<ChannelOutboundHandler> |
MemberChannelInitializer.initOutbound(Channel channel)
called when 'client' side member connects; will call with protocol "MEMBER'
indirectly called 'server' side when the 'client' has told the protocol.
|
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.