Uses of Enum
io.envoyproxy.envoy.config.core.v3.RequestMethod
Packages that use RequestMethod
-
Uses of RequestMethod in io.envoyproxy.envoy.config.core.v3
Fields in io.envoyproxy.envoy.config.core.v3 declared as RequestMethodFields in io.envoyproxy.envoy.config.core.v3 with type parameters of type RequestMethodModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Internal.EnumLiteMap
<RequestMethod> RequestMethod.internalValueMap
Methods in io.envoyproxy.envoy.config.core.v3 that return RequestMethodModifier and TypeMethodDescriptionstatic RequestMethod
RequestMethod.forNumber
(int value) HealthCheck.HttpHealthCheck.Builder.getMethod()
HTTP Method that will be used for health checking, default is "GET".HealthCheck.HttpHealthCheck.getMethod()
HTTP Method that will be used for health checking, default is "GET".HealthCheck.HttpHealthCheckOrBuilder.getMethod()
HTTP Method that will be used for health checking, default is "GET".static RequestMethod
RequestMethod.valueOf
(int value) Deprecated.static RequestMethod
RequestMethod.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static RequestMethod
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.Methods in io.envoyproxy.envoy.config.core.v3 that return types with arguments of type RequestMethodModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap
<RequestMethod> RequestMethod.internalGetValueMap()
Methods in io.envoyproxy.envoy.config.core.v3 with parameters of type RequestMethodModifier and TypeMethodDescriptionHealthCheck.HttpHealthCheck.Builder.setMethod
(RequestMethod value) HTTP Method that will be used for health checking, default is "GET". -
Uses of RequestMethod in io.envoyproxy.envoy.data.accesslog.v3
Methods in io.envoyproxy.envoy.data.accesslog.v3 that return RequestMethodModifier and TypeMethodDescriptionHTTPRequestProperties.Builder.getRequestMethod()
The request method (RFC 7231/2616).HTTPRequestProperties.getRequestMethod()
The request method (RFC 7231/2616).HTTPRequestPropertiesOrBuilder.getRequestMethod()
The request method (RFC 7231/2616).Methods in io.envoyproxy.envoy.data.accesslog.v3 with parameters of type RequestMethodModifier and TypeMethodDescriptionHTTPRequestProperties.Builder.setRequestMethod
(RequestMethod value) The request method (RFC 7231/2616).