org.elasticsearch.common.transport
Interface TransportAddress

All Superinterfaces:
java.io.Serializable, Streamable
All Known Implementing Classes:
DummyTransportAddress, InetSocketTransportAddress, LocalTransportAddress

public interface TransportAddress
extends Streamable, java.io.Serializable


Method Summary
 boolean match(java.lang.String otherAddress)
           
 short uniqueAddressTypeId()
           
 
Methods inherited from interface org.elasticsearch.common.io.stream.Streamable
readFrom, writeTo
 

Method Detail

uniqueAddressTypeId

short uniqueAddressTypeId()

match

boolean match(java.lang.String otherAddress)