Interface DownstreamReverseConnectionSocketInterfaceOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
DownstreamReverseConnectionSocketInterface, DownstreamReverseConnectionSocketInterface.Builder

public interface DownstreamReverseConnectionSocketInterfaceOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getStatPrefix

      String getStatPrefix()
       Stat prefix to be used for downstream reverse connection socket interface stats.
       
      string stat_prefix = 1;
      Returns:
      The statPrefix.
    • getStatPrefixBytes

      com.google.protobuf.ByteString getStatPrefixBytes()
       Stat prefix to be used for downstream reverse connection socket interface stats.
       
      string stat_prefix = 1;
      Returns:
      The bytes for statPrefix.
    • getEnableDetailedStats

      boolean getEnableDetailedStats()
       Enable detailed per-host and per-cluster statistics.
       When enabled, emits hidden statistics for individual hosts and clusters.
       Defaults to ``false``.
       
      bool enable_detailed_stats = 2;
      Returns:
      The enableDetailedStats.
    • hasHttpHandshake

      boolean hasHttpHandshake()
       Optional HTTP handshake configuration. When unset, the initiator envoy uses the defaults
       provided by ``HttpHandshakeConfig``.
       
      .envoy.extensions.bootstrap.reverse_tunnel.downstream_socket_interface.v3.DownstreamReverseConnectionSocketInterface.HttpHandshakeConfig http_handshake = 3;
      Returns:
      Whether the httpHandshake field is set.
    • getHttpHandshake

       Optional HTTP handshake configuration. When unset, the initiator envoy uses the defaults
       provided by ``HttpHandshakeConfig``.
       
      .envoy.extensions.bootstrap.reverse_tunnel.downstream_socket_interface.v3.DownstreamReverseConnectionSocketInterface.HttpHandshakeConfig http_handshake = 3;
      Returns:
      The httpHandshake.
    • getHttpHandshakeOrBuilder

       Optional HTTP handshake configuration. When unset, the initiator envoy uses the defaults
       provided by ``HttpHandshakeConfig``.
       
      .envoy.extensions.bootstrap.reverse_tunnel.downstream_socket_interface.v3.DownstreamReverseConnectionSocketInterface.HttpHandshakeConfig http_handshake = 3;