| Package | Description |
|---|---|
| io.envoyproxy.envoy.config.core.v4alpha |
| Modifier and Type | Method and Description |
|---|---|
static HttpProtocolOptions.HeadersWithUnderscoresAction |
HttpProtocolOptions.HeadersWithUnderscoresAction.forNumber(int value) |
HttpProtocolOptions.HeadersWithUnderscoresAction |
HttpProtocolOptions.getHeadersWithUnderscoresAction()
Action to take when a client request with a header name containing underscore characters is received.
|
HttpProtocolOptions.HeadersWithUnderscoresAction |
HttpProtocolOptions.Builder.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(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static HttpProtocolOptions.HeadersWithUnderscoresAction |
HttpProtocolOptions.HeadersWithUnderscoresAction.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static HttpProtocolOptions.HeadersWithUnderscoresAction |
HttpProtocolOptions.HeadersWithUnderscoresAction.valueOf(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.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<HttpProtocolOptions.HeadersWithUnderscoresAction> |
HttpProtocolOptions.HeadersWithUnderscoresAction.internalGetValueMap() |
| Modifier and Type | Method and 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.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.