| Package | Description | 
|---|---|
| com.hazelcast.nio.tcp | Contains functionality for the TCP/IP Networking between cluster members This whole package is internal and no compatibility will be provided. | 
| com.hazelcast.nio.tcp.nonblocking | Contains the non blocking  TcpIpConnectionMonitor. | 
| com.hazelcast.nio.tcp.spinning | Contains the implementation of the  SpinningIOThreadingModel. | 
| Modifier and Type | Method and Description | 
|---|---|
| TcpIpConnectionManager | TcpIpConnection. getConnectionManager() | 
| Constructor and Description | 
|---|
| InitConnectionTask(TcpIpConnectionManager connectionManager,
                  Address address,
                  boolean silent) | 
| SocketAcceptorThread(ThreadGroup threadGroup,
                    String name,
                    ServerSocketChannel serverSocketChannel,
                    TcpIpConnectionManager connectionManager) | 
| TcpIpConnection(TcpIpConnectionManager connectionManager,
               int connectionId,
               SocketChannelWrapper socketChannel,
               IOThreadingModel ioThreadingModel) | 
| TcpIpConnectionMonitor(TcpIpConnectionManager connectionManager,
                      Address endPoint) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected TcpIpConnectionManager | AbstractHandler. connectionManager | 
| Modifier and Type | Field and Description | 
|---|---|
| protected TcpIpConnectionManager | AbstractHandler. connectionManager | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.