Class ClusterConnectionManager

org.elasticsearch.transport.ClusterConnectionManager
All Implemented Interfaces:
, , ConnectionManager

public class ClusterConnectionManager extends implements ConnectionManager
This class manages node connections within a cluster. The connection is opened by the underlying transport. Once the connection is opened, this class manages the connection. This includes closing the connection when the connection manager is closed.