Package org.elasticsearch.transport
Interface RemoteConnectionInfo.ModeInfo
- All Superinterfaces:
ToXContent
,ToXContentFragment
,Writeable
- All Known Implementing Classes:
ProxyConnectionStrategy.ProxyModeInfo
,SniffConnectionStrategy.SniffModeInfo
- Enclosing class:
- RemoteConnectionInfo
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, 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.xcontent.ToXContent
EMPTY_PARAMS
-
Method Summary
Methods inherited from interface org.elasticsearch.xcontent.ToXContent
toXContent
Methods inherited from interface org.elasticsearch.xcontent.ToXContentFragment
isFragment
-
Method Details
-
isConnected
boolean isConnected() -
modeName
String modeName() -
modeType
org.elasticsearch.transport.RemoteConnectionStrategy.ConnectionStrategy modeType()
-