Uses of Class
io.envoyproxy.envoy.config.core.v3.RequestMethod
-
Packages that use RequestMethod Package Description io.envoyproxy.envoy.config.core.v3 io.envoyproxy.envoy.data.accesslog.v3 -
-
Uses of RequestMethod in io.envoyproxy.envoy.config.core.v3
Methods in io.envoyproxy.envoy.config.core.v3 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.config.core.v3 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.data.accesslog.v3
Methods in io.envoyproxy.envoy.data.accesslog.v3 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.v3 with parameters of type RequestMethod Modifier and Type Method Description HTTPRequestProperties.BuilderHTTPRequestProperties.Builder. setRequestMethod(RequestMethod value)The request method (RFC 7231/2616).
-