Uses of Class
io.envoyproxy.envoy.config.core.v3.TlvEntry.Builder
Packages that use TlvEntry.Builder
Package
Description
-
Uses of TlvEntry.Builder in io.envoyproxy.envoy.config.core.v3
Methods in io.envoyproxy.envoy.config.core.v3 that return TlvEntry.BuilderModifier and TypeMethodDescriptionPerHostConfig.Builder.addAddedTlvsBuilder()Enables per-host configuration for Proxy Protocol.PerHostConfig.Builder.addAddedTlvsBuilder(int index) Enables per-host configuration for Proxy Protocol.ProxyProtocolConfig.Builder.addAddedTlvsBuilder()This config allows additional TLVs to be included in the upstream PROXY protocol V2 header.ProxyProtocolConfig.Builder.addAddedTlvsBuilder(int index) This config allows additional TLVs to be included in the upstream PROXY protocol V2 header.TlvEntry.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) TlvEntry.Builder.clear()TlvEntry.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) TlvEntry.Builder.clearFormatString()Uses the :ref:`format string <config_access_log_format_strings>` to dynamically populate the TLV value from stream information.TlvEntry.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) TlvEntry.Builder.clearType()The type of the TLV.TlvEntry.Builder.clearValue()The static value of the TLV.TlvEntry.Builder.clone()PerHostConfig.Builder.getAddedTlvsBuilder(int index) Enables per-host configuration for Proxy Protocol.ProxyProtocolConfig.Builder.getAddedTlvsBuilder(int index) This config allows additional TLVs to be included in the upstream PROXY protocol V2 header.TlvEntry.Builder.mergeFormatString(SubstitutionFormatString value) Uses the :ref:`format string <config_access_log_format_strings>` to dynamically populate the TLV value from stream information.TlvEntry.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) TlvEntry.Builder.mergeFrom(com.google.protobuf.Message other) final TlvEntry.BuilderTlvEntry.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static TlvEntry.BuilderTlvEntry.newBuilder()static TlvEntry.BuilderTlvEntry.newBuilder(TlvEntry prototype) TlvEntry.newBuilderForType()protected TlvEntry.BuilderTlvEntry.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) TlvEntry.Builder.setFormatString(SubstitutionFormatString value) Uses the :ref:`format string <config_access_log_format_strings>` to dynamically populate the TLV value from stream information.TlvEntry.Builder.setFormatString(SubstitutionFormatString.Builder builderForValue) Uses the :ref:`format string <config_access_log_format_strings>` to dynamically populate the TLV value from stream information.TlvEntry.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) TlvEntry.Builder.setType(int value) The type of the TLV.final TlvEntry.BuilderTlvEntry.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) TlvEntry.Builder.setValue(com.google.protobuf.ByteString value) The static value of the TLV.TlvEntry.toBuilder()Methods in io.envoyproxy.envoy.config.core.v3 that return types with arguments of type TlvEntry.BuilderModifier and TypeMethodDescriptionPerHostConfig.Builder.getAddedTlvsBuilderList()Enables per-host configuration for Proxy Protocol.ProxyProtocolConfig.Builder.getAddedTlvsBuilderList()This config allows additional TLVs to be included in the upstream PROXY protocol V2 header.Methods in io.envoyproxy.envoy.config.core.v3 with parameters of type TlvEntry.BuilderModifier and TypeMethodDescriptionPerHostConfig.Builder.addAddedTlvs(int index, TlvEntry.Builder builderForValue) Enables per-host configuration for Proxy Protocol.PerHostConfig.Builder.addAddedTlvs(TlvEntry.Builder builderForValue) Enables per-host configuration for Proxy Protocol.ProxyProtocolConfig.Builder.addAddedTlvs(int index, TlvEntry.Builder builderForValue) This config allows additional TLVs to be included in the upstream PROXY protocol V2 header.ProxyProtocolConfig.Builder.addAddedTlvs(TlvEntry.Builder builderForValue) This config allows additional TLVs to be included in the upstream PROXY protocol V2 header.PerHostConfig.Builder.setAddedTlvs(int index, TlvEntry.Builder builderForValue) Enables per-host configuration for Proxy Protocol.ProxyProtocolConfig.Builder.setAddedTlvs(int index, TlvEntry.Builder builderForValue) This config allows additional TLVs to be included in the upstream PROXY protocol V2 header. -
Uses of TlvEntry.Builder in io.envoyproxy.envoy.extensions.filters.network.tcp_proxy.v3
Methods in io.envoyproxy.envoy.extensions.filters.network.tcp_proxy.v3 that return TlvEntry.BuilderModifier and TypeMethodDescriptionTcpProxy.Builder.addProxyProtocolTlvsBuilder()If set, the specified ``PROXY`` protocol TLVs (Type-Length-Value) are added to the ``PROXY`` protocol state created by the TCP proxy filter.TcpProxy.Builder.addProxyProtocolTlvsBuilder(int index) If set, the specified ``PROXY`` protocol TLVs (Type-Length-Value) are added to the ``PROXY`` protocol state created by the TCP proxy filter.TcpProxy.Builder.getProxyProtocolTlvsBuilder(int index) If set, the specified ``PROXY`` protocol TLVs (Type-Length-Value) are added to the ``PROXY`` protocol state created by the TCP proxy filter.Methods in io.envoyproxy.envoy.extensions.filters.network.tcp_proxy.v3 that return types with arguments of type TlvEntry.BuilderModifier and TypeMethodDescriptionTcpProxy.Builder.getProxyProtocolTlvsBuilderList()If set, the specified ``PROXY`` protocol TLVs (Type-Length-Value) are added to the ``PROXY`` protocol state created by the TCP proxy filter.Methods in io.envoyproxy.envoy.extensions.filters.network.tcp_proxy.v3 with parameters of type TlvEntry.BuilderModifier and TypeMethodDescriptionTcpProxy.Builder.addProxyProtocolTlvs(int index, TlvEntry.Builder builderForValue) If set, the specified ``PROXY`` protocol TLVs (Type-Length-Value) are added to the ``PROXY`` protocol state created by the TCP proxy filter.TcpProxy.Builder.addProxyProtocolTlvs(TlvEntry.Builder builderForValue) If set, the specified ``PROXY`` protocol TLVs (Type-Length-Value) are added to the ``PROXY`` protocol state created by the TCP proxy filter.TcpProxy.Builder.setProxyProtocolTlvs(int index, TlvEntry.Builder builderForValue) If set, the specified ``PROXY`` protocol TLVs (Type-Length-Value) are added to the ``PROXY`` protocol state created by the TCP proxy filter.