Interface RemoteConnectionInfo.ModeInfo

All Superinterfaces:
org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentFragment, Writeable
All Known Implementing Classes:
ProxyConnectionStrategy.ProxyModeInfo, SniffConnectionStrategy.SniffModeInfo
Enclosing class:
RemoteConnectionInfo

public static interface RemoteConnectionInfo.ModeInfo
extends org.elasticsearch.common.xcontent.ToXContentFragment, Writeable
  • Nested Class Summary

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

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

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

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

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

    EMPTY_PARAMS
  • Method Summary

    Modifier and Type Method Description
    boolean isConnected()  
    java.lang.String modeName()  
    org.elasticsearch.transport.RemoteConnectionStrategy.ConnectionStrategy modeType()  

    Methods inherited from interface org.elasticsearch.common.xcontent.ToXContent

    toXContent

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

    isFragment

    Methods inherited from interface org.elasticsearch.common.io.stream.Writeable

    writeTo
  • Method Details

    • isConnected

      boolean isConnected()
    • modeName

      java.lang.String modeName()
    • modeType

      org.elasticsearch.transport.RemoteConnectionStrategy.ConnectionStrategy modeType()