Uses of Class
io.envoyproxy.envoy.api.v2.core.RequestMethod
-
Packages that use RequestMethod Package Description io.envoyproxy.envoy.api.v2.core io.envoyproxy.envoy.api.v2.route io.envoyproxy.envoy.data.accesslog.v2 -
-
Uses of RequestMethod in io.envoyproxy.envoy.api.v2.core
Methods in io.envoyproxy.envoy.api.v2.core that return RequestMethod Modifier and Type Method Description static 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 RequestMethodRequestMethod. 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.Methods in io.envoyproxy.envoy.api.v2.core that return types with arguments of type RequestMethod Modifier and Type Method Description static 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 RequestMethod Modifier and Type Method Description RequestMethodVirtualCluster.Builder. getMethod()Deprecated.RequestMethodVirtualCluster. getMethod()Deprecated.RequestMethodVirtualClusterOrBuilder. getMethod()Deprecated.Methods in io.envoyproxy.envoy.api.v2.route with parameters of type RequestMethod Modifier and Type Method Description VirtualCluster.BuilderVirtualCluster.Builder. setMethod(RequestMethod value)Deprecated. -
Uses of RequestMethod in io.envoyproxy.envoy.data.accesslog.v2
Methods in io.envoyproxy.envoy.data.accesslog.v2 that return RequestMethod Modifier and Type Method Description RequestMethodHTTPRequestProperties.Builder. getRequestMethod()The request method (RFC 7231/2616).RequestMethodHTTPRequestProperties. getRequestMethod()The request method (RFC 7231/2616).RequestMethodHTTPRequestPropertiesOrBuilder. getRequestMethod()The request method (RFC 7231/2616).Methods in io.envoyproxy.envoy.data.accesslog.v2 with parameters of type RequestMethod Modifier and Type Method Description HTTPRequestProperties.BuilderHTTPRequestProperties.Builder. setRequestMethod(RequestMethod value)The request method (RFC 7231/2616).
-