org.elasticsearch.transport
Class TransportInfo
java.lang.Object
org.elasticsearch.transport.TransportInfo
- All Implemented Interfaces:
- java.io.Serializable, Streamable, ToXContent
public class TransportInfo
- extends java.lang.Object
- implements Streamable, java.io.Serializable, ToXContent
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TransportInfo
public TransportInfo(BoundTransportAddress address)
toXContent
public XContentBuilder toXContent(XContentBuilder builder,
ToXContent.Params params)
throws java.io.IOException
- Specified by:
toXContent
in interface ToXContent
- Throws:
java.io.IOException
readTransportInfo
public static TransportInfo readTransportInfo(StreamInput in)
throws java.io.IOException
- Throws:
java.io.IOException
readFrom
public void readFrom(StreamInput in)
throws java.io.IOException
- Specified by:
readFrom
in interface Streamable
- Throws:
java.io.IOException
writeTo
public void writeTo(StreamOutput out)
throws java.io.IOException
- Specified by:
writeTo
in interface Streamable
- Throws:
java.io.IOException
address
public BoundTransportAddress address()
getAddress
public BoundTransportAddress getAddress()