Class RemoteConnectionStrategy

java.lang.Object
org.elasticsearch.transport.RemoteConnectionStrategy
All Implemented Interfaces:
Closeable, AutoCloseable, TransportConnectionListener
Direct Known Subclasses:
ProxyConnectionStrategy, SniffConnectionStrategy

public abstract class RemoteConnectionStrategy extends Object implements TransportConnectionListener, Closeable
  • Field Details

    • logger

      protected final org.apache.logging.log4j.Logger logger
    • transportService

      protected final TransportService transportService
    • connectionManager

      protected final RemoteConnectionManager connectionManager
    • clusterAlias

      protected final String clusterAlias
  • Method Details