Class ClusterConnectionManager

java.lang.Object
org.elasticsearch.transport.ClusterConnectionManager
All Implemented Interfaces:
Closeable, AutoCloseable, ConnectionManager

public class ClusterConnectionManager extends Object 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.