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. VALUESFields 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. internalValueMapMethods in io.envoyproxy.envoy.config.core.v3 that return HttpProtocolOptions.HeadersWithUnderscoresAction Modifier and Type Method Description static HttpProtocolOptions.HeadersWithUnderscoresActionHttpProtocolOptions.HeadersWithUnderscoresAction. forNumber(int value)HttpProtocolOptions.HeadersWithUnderscoresActionHttpProtocolOptions.Builder. getHeadersWithUnderscoresAction()Action to take when a client request with a header name containing underscore characters is received.HttpProtocolOptions.HeadersWithUnderscoresActionHttpProtocolOptions. getHeadersWithUnderscoresAction()Action to take when a client request with a header name containing underscore characters is received.HttpProtocolOptions.HeadersWithUnderscoresActionHttpProtocolOptionsOrBuilder. getHeadersWithUnderscoresAction()Action to take when a client request with a header name containing underscore characters is received.static HttpProtocolOptions.HeadersWithUnderscoresActionHttpProtocolOptions.HeadersWithUnderscoresAction. valueOf(int value)Deprecated.static HttpProtocolOptions.HeadersWithUnderscoresActionHttpProtocolOptions.HeadersWithUnderscoresAction. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static HttpProtocolOptions.HeadersWithUnderscoresActionHttpProtocolOptions.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.BuilderHttpProtocolOptions.Builder. setHeadersWithUnderscoresAction(HttpProtocolOptions.HeadersWithUnderscoresAction value)Action to take when a client request with a header name containing underscore characters is received.
-