Uses of Enum
io.envoyproxy.envoy.extensions.http.header_validators.envoy_default.v3.HeaderValidatorConfig.HeadersWithUnderscoresAction
Packages that use HeaderValidatorConfig.HeadersWithUnderscoresAction
-
Uses of HeaderValidatorConfig.HeadersWithUnderscoresAction in io.envoyproxy.envoy.extensions.http.header_validators.envoy_default.v3
Methods in io.envoyproxy.envoy.extensions.http.header_validators.envoy_default.v3 that return HeaderValidatorConfig.HeadersWithUnderscoresActionModifier and TypeMethodDescriptionHeaderValidatorConfig.HeadersWithUnderscoresAction.forNumber(int value) HeaderValidatorConfig.Builder.getHeadersWithUnderscoresAction()Action to take when a client request with a header name containing underscore characters is received.HeaderValidatorConfig.getHeadersWithUnderscoresAction()Action to take when a client request with a header name containing underscore characters is received.HeaderValidatorConfigOrBuilder.getHeadersWithUnderscoresAction()Action to take when a client request with a header name containing underscore characters is received.HeaderValidatorConfig.HeadersWithUnderscoresAction.valueOf(int value) Deprecated.HeaderValidatorConfig.HeadersWithUnderscoresAction.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.Returns the enum constant of this type with the specified name.HeaderValidatorConfig.HeadersWithUnderscoresAction.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.envoyproxy.envoy.extensions.http.header_validators.envoy_default.v3 that return types with arguments of type HeaderValidatorConfig.HeadersWithUnderscoresActionModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<HeaderValidatorConfig.HeadersWithUnderscoresAction>HeaderValidatorConfig.HeadersWithUnderscoresAction.internalGetValueMap()Methods in io.envoyproxy.envoy.extensions.http.header_validators.envoy_default.v3 with parameters of type HeaderValidatorConfig.HeadersWithUnderscoresActionModifier and TypeMethodDescriptionHeaderValidatorConfig.Builder.setHeadersWithUnderscoresAction(HeaderValidatorConfig.HeadersWithUnderscoresAction value) Action to take when a client request with a header name containing underscore characters is received.