Uses of Class
com.hazelcast.nio.tcp.TcpIpConnectionManager

Packages that use TcpIpConnectionManager
com.hazelcast.nio.tcp Contains functionality for the TCP/IP Networking between cluster members
 
 

Uses of TcpIpConnectionManager in com.hazelcast.nio.tcp
 

Methods in com.hazelcast.nio.tcp that return TcpIpConnectionManager
 TcpIpConnectionManager TcpIpConnection.getConnectionManager()
           
 

Constructors in com.hazelcast.nio.tcp with parameters of type TcpIpConnectionManager
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.