Uses of Class
io.envoyproxy.envoy.extensions.http.original_ip_detection.custom_header.v3.CustomHeaderConfig.Builder
Packages that use CustomHeaderConfig.Builder
-
Uses of CustomHeaderConfig.Builder in io.envoyproxy.envoy.extensions.http.original_ip_detection.custom_header.v3
Methods in io.envoyproxy.envoy.extensions.http.original_ip_detection.custom_header.v3 that return CustomHeaderConfig.BuilderModifier and TypeMethodDescriptionCustomHeaderConfig.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) CustomHeaderConfig.Builder.clear()CustomHeaderConfig.Builder.clearAllowExtensionToSetAddressAsTrusted()If set to true, the extension could decide that the detected address should be treated as trusted by the HCM.CustomHeaderConfig.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) CustomHeaderConfig.Builder.clearHeaderName()The header name containing the original downstream remote address, if present.CustomHeaderConfig.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) CustomHeaderConfig.Builder.clearRejectWithStatus()If this is set, the request will be rejected when detection fails using it as the HTTP response status. .. note:: If this is set to < 400 or > 511, the default status 403 will be used instead.CustomHeaderConfig.Builder.clone()CustomHeaderConfig.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CustomHeaderConfig.Builder.mergeFrom(com.google.protobuf.Message other) CustomHeaderConfig.Builder.mergeFrom(CustomHeaderConfig other) CustomHeaderConfig.Builder.mergeRejectWithStatus(HttpStatus value) If this is set, the request will be rejected when detection fails using it as the HTTP response status. .. note:: If this is set to < 400 or > 511, the default status 403 will be used instead.CustomHeaderConfig.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static CustomHeaderConfig.BuilderCustomHeaderConfig.newBuilder()static CustomHeaderConfig.BuilderCustomHeaderConfig.newBuilder(CustomHeaderConfig prototype) CustomHeaderConfig.newBuilderForType()protected CustomHeaderConfig.BuilderCustomHeaderConfig.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) CustomHeaderConfig.Builder.setAllowExtensionToSetAddressAsTrusted(boolean value) If set to true, the extension could decide that the detected address should be treated as trusted by the HCM.CustomHeaderConfig.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) CustomHeaderConfig.Builder.setHeaderName(String value) The header name containing the original downstream remote address, if present.CustomHeaderConfig.Builder.setHeaderNameBytes(com.google.protobuf.ByteString value) The header name containing the original downstream remote address, if present.CustomHeaderConfig.Builder.setRejectWithStatus(HttpStatus value) If this is set, the request will be rejected when detection fails using it as the HTTP response status. .. note:: If this is set to < 400 or > 511, the default status 403 will be used instead.CustomHeaderConfig.Builder.setRejectWithStatus(HttpStatus.Builder builderForValue) If this is set, the request will be rejected when detection fails using it as the HTTP response status. .. note:: If this is set to < 400 or > 511, the default status 403 will be used instead.CustomHeaderConfig.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) CustomHeaderConfig.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) CustomHeaderConfig.toBuilder()