Package | Description |
---|---|
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 |
---|---|
TcpIpConnectionManager |
TcpIpConnection.getConnectionManager() |
Constructor and Description |
---|
TcpIpAcceptor(ServerSocketChannel serverSocketChannel,
TcpIpConnectionManager connectionManager) |
TcpIpConnection(TcpIpConnectionManager connectionManager,
int connectionId,
com.hazelcast.internal.networking.Channel channel) |
TcpIpConnectionErrorHandler(TcpIpConnectionManager connectionManager,
Address endPoint) |
TcpIpConnector(TcpIpConnectionManager connectionManager) |
Copyright © 2018 Hazelcast, Inc.. All rights reserved.