Class BoundTransportAddress

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

@PublicApi(since="1.0.0") 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.
Opensearch.api: