Uses of Class
io.envoyproxy.envoy.config.core.v3.ProxyProtocolPassThroughTLVs.Builder
Packages that use ProxyProtocolPassThroughTLVs.Builder
-
Uses of ProxyProtocolPassThroughTLVs.Builder in io.envoyproxy.envoy.config.core.v3
Fields in io.envoyproxy.envoy.config.core.v3 with type parameters of type ProxyProtocolPassThroughTLVs.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder<ProxyProtocolPassThroughTLVs, ProxyProtocolPassThroughTLVs.Builder, ProxyProtocolPassThroughTLVsOrBuilder> ProxyProtocolConfig.Builder.passThroughTlvsBuilder_Methods in io.envoyproxy.envoy.config.core.v3 that return ProxyProtocolPassThroughTLVs.BuilderModifier and TypeMethodDescriptionProxyProtocolPassThroughTLVs.Builder.addAllTlvType(Iterable<? extends Integer> values) The TLV types that are applied based on match_type.ProxyProtocolPassThroughTLVs.Builder.addTlvType(int value) The TLV types that are applied based on match_type.ProxyProtocolPassThroughTLVs.Builder.clear()ProxyProtocolPassThroughTLVs.Builder.clearMatchType()The strategy to pass through TLVs.ProxyProtocolPassThroughTLVs.Builder.clearTlvType()The TLV types that are applied based on match_type.ProxyProtocolConfig.Builder.getPassThroughTlvsBuilder()This config controls which TLVs can be passed to upstream if it is Proxy Protocol V2 header.ProxyProtocolPassThroughTLVs.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ProxyProtocolPassThroughTLVs.Builder.mergeFrom(com.google.protobuf.Message other) ProxyProtocolPassThroughTLVs.Builder.mergeFrom(ProxyProtocolPassThroughTLVs other) ProxyProtocolPassThroughTLVs.newBuilder()ProxyProtocolPassThroughTLVs.newBuilder(ProxyProtocolPassThroughTLVs prototype) ProxyProtocolPassThroughTLVs.newBuilderForType()protected ProxyProtocolPassThroughTLVs.BuilderProxyProtocolPassThroughTLVs.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) ProxyProtocolPassThroughTLVs.Builder.setMatchType(ProxyProtocolPassThroughTLVs.PassTLVsMatchType value) The strategy to pass through TLVs.ProxyProtocolPassThroughTLVs.Builder.setMatchTypeValue(int value) The strategy to pass through TLVs.ProxyProtocolPassThroughTLVs.Builder.setTlvType(int index, int value) The TLV types that are applied based on match_type.ProxyProtocolPassThroughTLVs.toBuilder()Methods in io.envoyproxy.envoy.config.core.v3 that return types with arguments of type ProxyProtocolPassThroughTLVs.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder<ProxyProtocolPassThroughTLVs, ProxyProtocolPassThroughTLVs.Builder, ProxyProtocolPassThroughTLVsOrBuilder> ProxyProtocolConfig.Builder.internalGetPassThroughTlvsFieldBuilder()This config controls which TLVs can be passed to upstream if it is Proxy Protocol V2 header.Methods in io.envoyproxy.envoy.config.core.v3 with parameters of type ProxyProtocolPassThroughTLVs.BuilderModifier and TypeMethodDescriptionProxyProtocolConfig.Builder.setPassThroughTlvs(ProxyProtocolPassThroughTLVs.Builder builderForValue) This config controls which TLVs can be passed to upstream if it is Proxy Protocol V2 header.