Package | Description |
---|---|
com.hazelcast.internal.networking |
Contains the socket connection functionality.
|
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 |
---|---|
InitResult<ChannelInboundHandler> |
ChannelInitializer.initInbound(Channel channel)
Called when the Channel receives the first data.
|
InitResult<ChannelOutboundHandler> |
ChannelInitializer.initOutbound(Channel channel)
Called when the Channel writes the first data.
|
Modifier and Type | Method and Description |
---|---|
InitResult<ChannelInboundHandler> |
MemberChannelInitializer.initInbound(Channel channel) |
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.