Uses of Class
io.envoyproxy.envoy.config.core.v3.HttpProtocolOptions.HeadersWithUnderscoresAction
-
Packages that use HttpProtocolOptions.HeadersWithUnderscoresAction Package Description io.envoyproxy.envoy.config.core.v3 -
-
Uses of HttpProtocolOptions.HeadersWithUnderscoresAction in io.envoyproxy.envoy.config.core.v3
Fields in io.envoyproxy.envoy.config.core.v3 declared as HttpProtocolOptions.HeadersWithUnderscoresAction Modifier and Type Field Description private static HttpProtocolOptions.HeadersWithUnderscoresAction[]
HttpProtocolOptions.HeadersWithUnderscoresAction. VALUES
Fields in io.envoyproxy.envoy.config.core.v3 with type parameters of type HttpProtocolOptions.HeadersWithUnderscoresAction Modifier and Type Field Description private static com.google.protobuf.Internal.EnumLiteMap<HttpProtocolOptions.HeadersWithUnderscoresAction>
HttpProtocolOptions.HeadersWithUnderscoresAction. internalValueMap
Methods in io.envoyproxy.envoy.config.core.v3 that return HttpProtocolOptions.HeadersWithUnderscoresAction Modifier and Type Method Description static HttpProtocolOptions.HeadersWithUnderscoresAction
HttpProtocolOptions.HeadersWithUnderscoresAction. forNumber(int value)
HttpProtocolOptions.HeadersWithUnderscoresAction
HttpProtocolOptions.Builder. getHeadersWithUnderscoresAction()
Action to take when a client request with a header name containing underscore characters is received.HttpProtocolOptions.HeadersWithUnderscoresAction
HttpProtocolOptions. getHeadersWithUnderscoresAction()
Action to take when a client request with a header name containing underscore characters is received.HttpProtocolOptions.HeadersWithUnderscoresAction
HttpProtocolOptionsOrBuilder. getHeadersWithUnderscoresAction()
Action to take when a client request with a header name containing underscore characters is received.static HttpProtocolOptions.HeadersWithUnderscoresAction
HttpProtocolOptions.HeadersWithUnderscoresAction. valueOf(int value)
Deprecated.static HttpProtocolOptions.HeadersWithUnderscoresAction
HttpProtocolOptions.HeadersWithUnderscoresAction. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static HttpProtocolOptions.HeadersWithUnderscoresAction
HttpProtocolOptions.HeadersWithUnderscoresAction. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static HttpProtocolOptions.HeadersWithUnderscoresAction[]
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.HeadersWithUnderscoresAction Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<HttpProtocolOptions.HeadersWithUnderscoresAction>
HttpProtocolOptions.HeadersWithUnderscoresAction. internalGetValueMap()
Methods in io.envoyproxy.envoy.config.core.v3 with parameters of type HttpProtocolOptions.HeadersWithUnderscoresAction Modifier and Type Method Description HttpProtocolOptions.Builder
HttpProtocolOptions.Builder. setHeadersWithUnderscoresAction(HttpProtocolOptions.HeadersWithUnderscoresAction value)
Action to take when a client request with a header name containing underscore characters is received.
-