| Package | Description |
|---|---|
| io.envoyproxy.envoy.api.v2.core | |
| io.envoyproxy.envoy.api.v2.route | |
| io.envoyproxy.envoy.data.accesslog.v2 |
| 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 |
VirtualClusterOrBuilder.getMethod()
Deprecated.
|
RequestMethod |
VirtualCluster.getMethod()
Deprecated.
|
RequestMethod |
VirtualCluster.Builder.getMethod()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
VirtualCluster.Builder |
VirtualCluster.Builder.setMethod(RequestMethod value)
Deprecated.
|
| 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.