Module org.elasticsearch.server
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.ParamsNested 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, EMPTY_PARAMS -
Method Summary
Methods inherited from interface org.elasticsearch.xcontent.ToXContent
toXContentMethods inherited from interface org.elasticsearch.xcontent.ToXContentFragment
isFragment
-
Method Details
-
isConnected
boolean isConnected() -
modeName
String modeName() -
modeType
org.elasticsearch.transport.RemoteConnectionStrategy.ConnectionStrategy modeType()
-