See: Description
| Class | Description |
|---|---|
| PacketDecoder |
The
InboundHandler for member to member communication. |
| PacketEncoder |
A
OutboundHandler that for member to member communication. |
| PlainChannelInitializer |
A
ChannelInitializer that runs on a member and used for unencrypted
channels. |
| ProtocolDecoder |
A
InboundHandler that reads the protocol bytes
Protocols and based on the protocol it creates the
appropriate handlers. |
| ProtocolEncoder |
The ProtocolEncoder is responsible for writing the protocol and once the protocol
has been written, the ProtocolEncoder is replaced by the appropriate handler.
|
| TcpIpAcceptor |
Contains the logic for accepting TcpIpConnections.
|
| TcpIpConnection |
The Tcp/Ip implementation of the
Connection. |
| TcpIpConnectionChannelErrorHandler | |
| TcpIpConnectionErrorHandler | |
| TcpIpConnectionManager | |
| TcpIpConnector |
The TcpIpConnector is responsible to make connections by connecting to a remote serverport.
|
Contains functionality for the TCP/IP Networking for cluster members
This whole package is internal and no compatibility will be provided.
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.