| Package | Description | 
|---|---|
| com.hazelcast.nio.tcp | Contains functionality for the TCP/IP Networking between cluster members | 
| Modifier and Type | Field and Description | 
|---|---|
| protected TcpIpConnectionManager | AbstractSelectionHandler. connectionManager | 
| Modifier and Type | Method and Description | 
|---|---|
| TcpIpConnectionManager | TcpIpConnection. getConnectionManager() | 
| Constructor and Description | 
|---|
| SocketAcceptor(ServerSocketChannel serverSocketChannel,
              TcpIpConnectionManager connectionManager) | 
| SocketConnector(TcpIpConnectionManager connectionManager,
               Address address,
               boolean silent) | 
| TcpIpConnection(TcpIpConnectionManager connectionManager,
               IOSelector in,
               IOSelector out,
               int connectionId,
               SocketChannelWrapper socketChannel) | 
| TcpIpConnectionMonitor(TcpIpConnectionManager connectionManager,
                      Address endPoint) | 
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.