Package org.opensearch.core.common.transport


package org.opensearch.core.common.transport
Common / Base Transport classes used to implement the OpenSearch transport layer
  • Classes
    Class
    Description
    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.
    A transport address used for IP socket address (wraps InetSocketAddress).