Class BoundTransportAddress

java.lang.Object
org.elasticsearch.common.transport.BoundTransportAddress
All Implemented Interfaces:
Writeable

public class BoundTransportAddress extends Object implements Writeable
A bounded transport address is a tuple of TransportAddress, one array that represents the addresses the transport is bound to, and the other is the published one that represents the address clients should communicate on.