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 Summary
Modifier and TypeMethodDescriptionbooleanEnable detailed per-host and per-cluster statistics.Optional HTTP handshake configuration.Optional HTTP handshake configuration.Stat prefix to be used for downstream reverse connection socket interface stats.com.google.protobuf.ByteStringStat prefix to be used for downstream reverse connection socket interface stats.booleanOptional HTTP handshake configuration.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
DownstreamReverseConnectionSocketInterface.HttpHandshakeConfig 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
DownstreamReverseConnectionSocketInterface.HttpHandshakeConfigOrBuilder 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;
-