Uses of Class
io.envoyproxy.envoy.extensions.http.header_validators.envoy_default.v3.HeaderValidatorConfig.HeadersWithUnderscoresAction
-
Packages that use HeaderValidatorConfig.HeadersWithUnderscoresAction Package Description io.envoyproxy.envoy.extensions.http.header_validators.envoy_default.v3 -
-
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.HeadersWithUnderscoresAction Modifier and Type Method Description static HeaderValidatorConfig.HeadersWithUnderscoresActionHeaderValidatorConfig.HeadersWithUnderscoresAction. forNumber(int value)HeaderValidatorConfig.HeadersWithUnderscoresActionHeaderValidatorConfig.Builder. getHeadersWithUnderscoresAction()Action to take when a client request with a header name containing underscore characters is received.HeaderValidatorConfig.HeadersWithUnderscoresActionHeaderValidatorConfig. getHeadersWithUnderscoresAction()Action to take when a client request with a header name containing underscore characters is received.HeaderValidatorConfig.HeadersWithUnderscoresActionHeaderValidatorConfigOrBuilder. getHeadersWithUnderscoresAction()Action to take when a client request with a header name containing underscore characters is received.static HeaderValidatorConfig.HeadersWithUnderscoresActionHeaderValidatorConfig.HeadersWithUnderscoresAction. valueOf(int value)Deprecated.static HeaderValidatorConfig.HeadersWithUnderscoresActionHeaderValidatorConfig.HeadersWithUnderscoresAction. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static HeaderValidatorConfig.HeadersWithUnderscoresActionHeaderValidatorConfig.HeadersWithUnderscoresAction. valueOf(String name)Returns the enum constant of this type with the specified name.static HeaderValidatorConfig.HeadersWithUnderscoresAction[]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.HeadersWithUnderscoresAction Modifier and Type Method Description static 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.HeadersWithUnderscoresAction Modifier and Type Method Description HeaderValidatorConfig.BuilderHeaderValidatorConfig.Builder. setHeadersWithUnderscoresAction(HeaderValidatorConfig.HeadersWithUnderscoresAction value)Action to take when a client request with a header name containing underscore characters is received.
-