Uses of Class
io.envoyproxy.envoy.extensions.filters.listener.proxy_protocol.v3.ProxyProtocol.Builder
Packages that use ProxyProtocol.Builder
-
Uses of ProxyProtocol.Builder in io.envoyproxy.envoy.extensions.filters.listener.proxy_protocol.v3
Methods in io.envoyproxy.envoy.extensions.filters.listener.proxy_protocol.v3 that return ProxyProtocol.BuilderModifier and TypeMethodDescriptionProxyProtocol.Builder.addAllDisallowedVersions(Iterable<? extends ProxyProtocolConfig.Version> values) The PROXY protocol versions that won't be matched.ProxyProtocol.Builder.addAllDisallowedVersionsValue(Iterable<Integer> values) The PROXY protocol versions that won't be matched.ProxyProtocol.Builder.addAllRules(Iterable<? extends ProxyProtocol.Rule> values) The list of rules to apply to requests.ProxyProtocol.Builder.addDisallowedVersions(ProxyProtocolConfig.Version value) The PROXY protocol versions that won't be matched.ProxyProtocol.Builder.addDisallowedVersionsValue(int value) The PROXY protocol versions that won't be matched.ProxyProtocol.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) ProxyProtocol.Builder.addRules(int index, ProxyProtocol.Rule value) The list of rules to apply to requests.ProxyProtocol.Builder.addRules(int index, ProxyProtocol.Rule.Builder builderForValue) The list of rules to apply to requests.ProxyProtocol.Builder.addRules(ProxyProtocol.Rule value) The list of rules to apply to requests.ProxyProtocol.Builder.addRules(ProxyProtocol.Rule.Builder builderForValue) The list of rules to apply to requests.ProxyProtocol.Builder.clear()ProxyProtocol.Builder.clearAllowRequestsWithoutProxyProtocol()Allow requests through that don't use proxy protocol.ProxyProtocol.Builder.clearDisallowedVersions()The PROXY protocol versions that won't be matched.ProxyProtocol.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) ProxyProtocol.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) ProxyProtocol.Builder.clearPassThroughTlvs()This config controls which TLVs can be passed to filter state if it is Proxy Protocol V2 header.ProxyProtocol.Builder.clearRules()The list of rules to apply to requests.ProxyProtocol.Builder.clearStatPrefix()The human readable prefix to use when emitting statistics for the filter.ProxyProtocol.Builder.clearTlvLocation()Controls where TLV values are stored when rules match.ProxyProtocol.Builder.clone()ProxyProtocol.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ProxyProtocol.Builder.mergeFrom(com.google.protobuf.Message other) ProxyProtocol.Builder.mergeFrom(ProxyProtocol other) ProxyProtocol.Builder.mergePassThroughTlvs(ProxyProtocolPassThroughTLVs value) This config controls which TLVs can be passed to filter state if it is Proxy Protocol V2 header.final ProxyProtocol.BuilderProxyProtocol.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static ProxyProtocol.BuilderProxyProtocol.newBuilder()static ProxyProtocol.BuilderProxyProtocol.newBuilder(ProxyProtocol prototype) ProxyProtocol.newBuilderForType()protected ProxyProtocol.BuilderProxyProtocol.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) ProxyProtocol.Builder.removeRules(int index) The list of rules to apply to requests.ProxyProtocol.Builder.setAllowRequestsWithoutProxyProtocol(boolean value) Allow requests through that don't use proxy protocol.ProxyProtocol.Builder.setDisallowedVersions(int index, ProxyProtocolConfig.Version value) The PROXY protocol versions that won't be matched.ProxyProtocol.Builder.setDisallowedVersionsValue(int index, int value) The PROXY protocol versions that won't be matched.ProxyProtocol.Builder.setPassThroughTlvs(ProxyProtocolPassThroughTLVs value) This config controls which TLVs can be passed to filter state if it is Proxy Protocol V2 header.ProxyProtocol.Builder.setPassThroughTlvs(ProxyProtocolPassThroughTLVs.Builder builderForValue) This config controls which TLVs can be passed to filter state if it is Proxy Protocol V2 header.ProxyProtocol.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) ProxyProtocol.Builder.setRules(int index, ProxyProtocol.Rule value) The list of rules to apply to requests.ProxyProtocol.Builder.setRules(int index, ProxyProtocol.Rule.Builder builderForValue) The list of rules to apply to requests.ProxyProtocol.Builder.setStatPrefix(String value) The human readable prefix to use when emitting statistics for the filter.ProxyProtocol.Builder.setStatPrefixBytes(com.google.protobuf.ByteString value) The human readable prefix to use when emitting statistics for the filter.ProxyProtocol.Builder.setTlvLocation(ProxyProtocol.TlvLocation value) Controls where TLV values are stored when rules match.ProxyProtocol.Builder.setTlvLocationValue(int value) Controls where TLV values are stored when rules match.final ProxyProtocol.BuilderProxyProtocol.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) ProxyProtocol.toBuilder()