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
Fields in io.envoyproxy.envoy.config.core.v3 declared as RequestMethod Modifier and Type Field Description private static RequestMethod[]
RequestMethod. VALUES
Fields in io.envoyproxy.envoy.config.core.v3 with type parameters of type RequestMethod Modifier and Type Field Description private static com.google.protobuf.Internal.EnumLiteMap<RequestMethod>
RequestMethod. internalValueMap
Methods in io.envoyproxy.envoy.config.core.v3 that return RequestMethod Modifier and Type Method Description static RequestMethod
RequestMethod. forNumber(int value)
RequestMethod
HealthCheck.HttpHealthCheck.Builder. getMethod()
HTTP Method that will be used for health checking, default is "GET".RequestMethod
HealthCheck.HttpHealthCheck. getMethod()
HTTP Method that will be used for health checking, default is "GET".RequestMethod
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
RequestMethod. valueOf(java.lang.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()
Methods in io.envoyproxy.envoy.config.core.v3 with parameters of type RequestMethod Modifier and Type Method Description HealthCheck.HttpHealthCheck.Builder
HealthCheck.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 RequestMethod Modifier and Type Method Description RequestMethod
HTTPRequestProperties.Builder. getRequestMethod()
The request method (RFC 7231/2616).RequestMethod
HTTPRequestProperties. getRequestMethod()
The request method (RFC 7231/2616).RequestMethod
HTTPRequestPropertiesOrBuilder. 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.Builder
HTTPRequestProperties.Builder. setRequestMethod(RequestMethod value)
The request method (RFC 7231/2616).
-