| Package | Description |
|---|---|
| io.envoyproxy.envoy.config.core.v3 | |
| io.envoyproxy.envoy.data.accesslog.v3 |
| Modifier and Type | Method and Description |
|---|---|
static RequestMethod |
RequestMethod.forNumber(int value) |
static RequestMethod |
RequestMethod.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static RequestMethod |
RequestMethod.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static RequestMethod |
RequestMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RequestMethod[] |
RequestMethod.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<RequestMethod> |
RequestMethod.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
RequestMethod |
HTTPRequestProperties.getRequestMethod()
The request method (RFC 7231/2616).
|
RequestMethod |
HTTPRequestProperties.Builder.getRequestMethod()
The request method (RFC 7231/2616).
|
RequestMethod |
HTTPRequestPropertiesOrBuilder.getRequestMethod()
The request method (RFC 7231/2616).
|
| Modifier and Type | Method and Description |
|---|---|
HTTPRequestProperties.Builder |
HTTPRequestProperties.Builder.setRequestMethod(RequestMethod value)
The request method (RFC 7231/2616).
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.