Uses of Enum
io.envoyproxy.envoy.extensions.http.header_formatters.preserve_case.v3.PreserveCaseFormatterConfig.FormatterTypeOnEnvoyHeaders
Packages that use PreserveCaseFormatterConfig.FormatterTypeOnEnvoyHeaders
-
Uses of PreserveCaseFormatterConfig.FormatterTypeOnEnvoyHeaders in io.envoyproxy.envoy.extensions.http.header_formatters.preserve_case.v3
Methods in io.envoyproxy.envoy.extensions.http.header_formatters.preserve_case.v3 that return PreserveCaseFormatterConfig.FormatterTypeOnEnvoyHeadersModifier and TypeMethodDescriptionPreserveCaseFormatterConfig.FormatterTypeOnEnvoyHeaders.forNumber(int value) PreserveCaseFormatterConfig.Builder.getFormatterTypeOnEnvoyHeaders()Type of formatter to use on headers which are added by Envoy (which are lower case by default).PreserveCaseFormatterConfig.getFormatterTypeOnEnvoyHeaders()Type of formatter to use on headers which are added by Envoy (which are lower case by default).PreserveCaseFormatterConfigOrBuilder.getFormatterTypeOnEnvoyHeaders()Type of formatter to use on headers which are added by Envoy (which are lower case by default).PreserveCaseFormatterConfig.FormatterTypeOnEnvoyHeaders.valueOf(int value) Deprecated.PreserveCaseFormatterConfig.FormatterTypeOnEnvoyHeaders.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.PreserveCaseFormatterConfig.FormatterTypeOnEnvoyHeaders.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_formatters.preserve_case.v3 that return types with arguments of type PreserveCaseFormatterConfig.FormatterTypeOnEnvoyHeadersModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<PreserveCaseFormatterConfig.FormatterTypeOnEnvoyHeaders>PreserveCaseFormatterConfig.FormatterTypeOnEnvoyHeaders.internalGetValueMap()Methods in io.envoyproxy.envoy.extensions.http.header_formatters.preserve_case.v3 with parameters of type PreserveCaseFormatterConfig.FormatterTypeOnEnvoyHeadersModifier and TypeMethodDescriptionPreserveCaseFormatterConfig.Builder.setFormatterTypeOnEnvoyHeaders(PreserveCaseFormatterConfig.FormatterTypeOnEnvoyHeaders value) Type of formatter to use on headers which are added by Envoy (which are lower case by default).