Class ProxyConnectionStrategy.ProxyModeInfo

java.lang.Object
org.elasticsearch.transport.ProxyConnectionStrategy.ProxyModeInfo
All Implemented Interfaces:
Writeable, RemoteConnectionInfo.ModeInfo, org.elasticsearch.xcontent.ToXContent, org.elasticsearch.xcontent.ToXContentFragment
Enclosing class:
ProxyConnectionStrategy

public static class ProxyConnectionStrategy.ProxyModeInfo extends Object implements RemoteConnectionInfo.ModeInfo
  • Constructor Details

    • ProxyModeInfo

      public ProxyModeInfo(String address, String serverName, int maxSocketConnections, int numSocketsConnected)
  • Method Details