Uses of Enum
io.envoyproxy.envoy.config.core.v3.HttpProtocolOptions.HeadersWithUnderscoresAction
Packages that use HttpProtocolOptions.HeadersWithUnderscoresAction
-
Uses of HttpProtocolOptions.HeadersWithUnderscoresAction in io.envoyproxy.envoy.config.core.v3
Fields in io.envoyproxy.envoy.config.core.v3 declared as HttpProtocolOptions.HeadersWithUnderscoresActionModifier and TypeFieldDescriptionprivate static final HttpProtocolOptions.HeadersWithUnderscoresAction[]
HttpProtocolOptions.HeadersWithUnderscoresAction.VALUES
Fields in io.envoyproxy.envoy.config.core.v3 with type parameters of type HttpProtocolOptions.HeadersWithUnderscoresActionModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Internal.EnumLiteMap
<HttpProtocolOptions.HeadersWithUnderscoresAction> HttpProtocolOptions.HeadersWithUnderscoresAction.internalValueMap
Methods in io.envoyproxy.envoy.config.core.v3 that return HttpProtocolOptions.HeadersWithUnderscoresActionModifier and TypeMethodDescriptionHttpProtocolOptions.HeadersWithUnderscoresAction.forNumber
(int value) HttpProtocolOptions.Builder.getHeadersWithUnderscoresAction()
Action to take when a client request with a header name containing underscore characters is received.HttpProtocolOptions.getHeadersWithUnderscoresAction()
Action to take when a client request with a header name containing underscore characters is received.HttpProtocolOptionsOrBuilder.getHeadersWithUnderscoresAction()
Action to take when a client request with a header name containing underscore characters is received.HttpProtocolOptions.HeadersWithUnderscoresAction.valueOf
(int value) Deprecated.HttpProtocolOptions.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.HttpProtocolOptions.HeadersWithUnderscoresAction.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.envoyproxy.envoy.config.core.v3 that return types with arguments of type HttpProtocolOptions.HeadersWithUnderscoresActionModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap
<HttpProtocolOptions.HeadersWithUnderscoresAction> HttpProtocolOptions.HeadersWithUnderscoresAction.internalGetValueMap()
Methods in io.envoyproxy.envoy.config.core.v3 with parameters of type HttpProtocolOptions.HeadersWithUnderscoresActionModifier and TypeMethodDescriptionHttpProtocolOptions.Builder.setHeadersWithUnderscoresAction
(HttpProtocolOptions.HeadersWithUnderscoresAction value) Action to take when a client request with a header name containing underscore characters is received.