Uses of Class
io.envoyproxy.envoy.extensions.http.original_ip_detection.xff.v3.XffTrustedCidrs
Packages that use XffTrustedCidrs
-
Uses of XffTrustedCidrs 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 XffTrustedCidrsModifier and TypeMethodDescriptionXffTrustedCidrs.Builder.build()XffTrustedCidrs.Builder.buildPartial()static XffTrustedCidrsXffTrustedCidrs.getDefaultInstance()XffTrustedCidrs.Builder.getDefaultInstanceForType()XffTrustedCidrs.getDefaultInstanceForType()XffConfig.Builder.getXffTrustedCidrs()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.XffConfig.getXffTrustedCidrs()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.XffConfigOrBuilder.getXffTrustedCidrs()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.static XffTrustedCidrsXffTrustedCidrs.parseDelimitedFrom(InputStream input) static XffTrustedCidrsXffTrustedCidrs.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static XffTrustedCidrsXffTrustedCidrs.parseFrom(byte[] data) static XffTrustedCidrsXffTrustedCidrs.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static XffTrustedCidrsXffTrustedCidrs.parseFrom(com.google.protobuf.ByteString data) static XffTrustedCidrsXffTrustedCidrs.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static XffTrustedCidrsXffTrustedCidrs.parseFrom(com.google.protobuf.CodedInputStream input) static XffTrustedCidrsXffTrustedCidrs.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static XffTrustedCidrsXffTrustedCidrs.parseFrom(InputStream input) static XffTrustedCidrsXffTrustedCidrs.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static XffTrustedCidrsXffTrustedCidrs.parseFrom(ByteBuffer data) static XffTrustedCidrsXffTrustedCidrs.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.extensions.http.original_ip_detection.xff.v3 that return types with arguments of type XffTrustedCidrsModifier and TypeMethodDescriptioncom.google.protobuf.Parser<XffTrustedCidrs>XffTrustedCidrs.getParserForType()static com.google.protobuf.Parser<XffTrustedCidrs>XffTrustedCidrs.parser()Methods in io.envoyproxy.envoy.extensions.http.original_ip_detection.xff.v3 with parameters of type XffTrustedCidrsModifier and TypeMethodDescriptionXffTrustedCidrs.Builder.mergeFrom(XffTrustedCidrs other) XffConfig.Builder.mergeXffTrustedCidrs(XffTrustedCidrs value) 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.static XffTrustedCidrs.BuilderXffTrustedCidrs.newBuilder(XffTrustedCidrs prototype) XffConfig.Builder.setXffTrustedCidrs(XffTrustedCidrs value) 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.