Package org.opensearch.core.common.transport
package org.opensearch.core.common.transport
Common / Base Transport classes used to implement the OpenSearch transport layer
-
ClassesClassDescriptionA 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.A transport address used for IP socket address (wrapsInetSocketAddress).