Uses of Enum
io.envoyproxy.envoy.api.v2.core.RequestMethod
Packages that use RequestMethod
Package
Description
-
Uses of RequestMethod in io.envoyproxy.envoy.api.v2.core
Methods in io.envoyproxy.envoy.api.v2.core that return RequestMethodModifier and TypeMethodDescriptionstatic RequestMethodRequestMethod.forNumber(int value) static RequestMethodRequestMethod.valueOf(int value) Deprecated.static RequestMethodRequestMethod.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static RequestMethodReturns 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.api.v2.core that return types with arguments of type RequestMethodModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<RequestMethod>RequestMethod.internalGetValueMap() -
Uses of RequestMethod in io.envoyproxy.envoy.api.v2.route
Methods in io.envoyproxy.envoy.api.v2.route that return RequestMethodModifier and TypeMethodDescriptionVirtualCluster.Builder.getMethod()Deprecated.envoy.api.v2.route.VirtualCluster.method is deprecated.VirtualCluster.getMethod()Deprecated.envoy.api.v2.route.VirtualCluster.method is deprecated.VirtualClusterOrBuilder.getMethod()Deprecated.envoy.api.v2.route.VirtualCluster.method is deprecated.Methods in io.envoyproxy.envoy.api.v2.route with parameters of type RequestMethodModifier and TypeMethodDescriptionVirtualCluster.Builder.setMethod(RequestMethod value) Deprecated.envoy.api.v2.route.VirtualCluster.method is deprecated. -
Uses of RequestMethod in io.envoyproxy.envoy.data.accesslog.v2
Methods in io.envoyproxy.envoy.data.accesslog.v2 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.v2 with parameters of type RequestMethodModifier and TypeMethodDescriptionHTTPRequestProperties.Builder.setRequestMethod(RequestMethod value) The request method (RFC 7231/2616).