Uses of Class
io.envoyproxy.envoy.extensions.http.original_ip_detection.xff.v3.XffTrustedCidrs.Builder
Packages that use XffTrustedCidrs.Builder
-
Uses of XffTrustedCidrs.Builder in io.envoyproxy.envoy.extensions.http.original_ip_detection.xff.v3
Methods in io.envoyproxy.envoy.extensions.http.original_ip_detection.xff.v3 that return XffTrustedCidrs.BuilderModifier and TypeMethodDescriptionXffTrustedCidrs.Builder.addAllCidrs(Iterable<? extends CidrRange> values) The list of `CIDRs <https://tools.ietf.org/html/rfc4632>`_ from which remote connections are considered trusted.The list of `CIDRs <https://tools.ietf.org/html/rfc4632>`_ from which remote connections are considered trusted.XffTrustedCidrs.Builder.addCidrs(int index, CidrRange.Builder builderForValue) The list of `CIDRs <https://tools.ietf.org/html/rfc4632>`_ from which remote connections are considered trusted.The list of `CIDRs <https://tools.ietf.org/html/rfc4632>`_ from which remote connections are considered trusted.XffTrustedCidrs.Builder.addCidrs(CidrRange.Builder builderForValue) The list of `CIDRs <https://tools.ietf.org/html/rfc4632>`_ from which remote connections are considered trusted.XffTrustedCidrs.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) XffTrustedCidrs.Builder.clear()XffTrustedCidrs.Builder.clearCidrs()The list of `CIDRs <https://tools.ietf.org/html/rfc4632>`_ from which remote connections are considered trusted.XffTrustedCidrs.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) XffTrustedCidrs.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) XffTrustedCidrs.Builder.clone()XffConfig.Builder.getXffTrustedCidrsBuilder()The `CIDR <https://tools.ietf.org/html/rfc4632>`_ ranges to trust when evaluating the remote IP address to determine the original client's IP address.XffTrustedCidrs.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) XffTrustedCidrs.Builder.mergeFrom(com.google.protobuf.Message other) XffTrustedCidrs.Builder.mergeFrom(XffTrustedCidrs other) final XffTrustedCidrs.BuilderXffTrustedCidrs.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static XffTrustedCidrs.BuilderXffTrustedCidrs.newBuilder()static XffTrustedCidrs.BuilderXffTrustedCidrs.newBuilder(XffTrustedCidrs prototype) XffTrustedCidrs.newBuilderForType()protected XffTrustedCidrs.BuilderXffTrustedCidrs.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) XffTrustedCidrs.Builder.removeCidrs(int index) The list of `CIDRs <https://tools.ietf.org/html/rfc4632>`_ from which remote connections are considered trusted.The list of `CIDRs <https://tools.ietf.org/html/rfc4632>`_ from which remote connections are considered trusted.XffTrustedCidrs.Builder.setCidrs(int index, CidrRange.Builder builderForValue) The list of `CIDRs <https://tools.ietf.org/html/rfc4632>`_ from which remote connections are considered trusted.XffTrustedCidrs.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) XffTrustedCidrs.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final XffTrustedCidrs.BuilderXffTrustedCidrs.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) XffTrustedCidrs.toBuilder()Methods in io.envoyproxy.envoy.extensions.http.original_ip_detection.xff.v3 with parameters of type XffTrustedCidrs.BuilderModifier and TypeMethodDescriptionXffConfig.Builder.setXffTrustedCidrs(XffTrustedCidrs.Builder builderForValue) The `CIDR <https://tools.ietf.org/html/rfc4632>`_ ranges to trust when evaluating the remote IP address to determine the original client's IP address.