Class ClusterConnectionManager

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

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