Class ProxyConnectionStrategy.ProxyModeInfo

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

public static class ProxyConnectionStrategy.ProxyModeInfo extends Object implements RemoteConnectionInfo.ModeInfo
Contains information about the proxy mode
Opensearch.internal:
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.opensearch.common.xcontent.ToXContent

    org.opensearch.common.xcontent.ToXContent.DelegatingMapParams, org.opensearch.common.xcontent.ToXContent.MapParams, org.opensearch.common.xcontent.ToXContent.Params

    Nested classes/interfaces inherited from interface org.opensearch.common.io.stream.Writeable

    Writeable.Reader<V>, Writeable.Writer<V>
  • Field Summary

    Fields inherited from interface org.opensearch.common.xcontent.ToXContent

    EMPTY_PARAMS
  • Constructor Summary

    Constructors
    Constructor
    Description
    ProxyModeInfo(String address, String serverName, int maxSocketConnections, int numSocketsConnected)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
     
    int
     
    int
     
     
    int
     
    boolean
     
     
    org.opensearch.transport.RemoteConnectionStrategy.ConnectionStrategy
     
    org.opensearch.common.xcontent.XContentBuilder
    toXContent(org.opensearch.common.xcontent.XContentBuilder builder, org.opensearch.common.xcontent.ToXContent.Params params)
     
    void
    Write this into the StreamOutput.

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.opensearch.common.xcontent.ToXContentFragment

    isFragment
  • Constructor Details

    • ProxyModeInfo

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