Class ConnectionManager

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

public class ConnectionManager
extends java.lang.Object
implements java.io.Closeable
This class manages node connections. The connection is opened by the underlying transport. Once the connection is opened, this class manages the connection. This includes keep-alive pings and closing the connection when the connection manager is closed.