Uses of Enum
io.envoyproxy.envoy.extensions.filters.http.ratelimit.v3.RateLimit.XRateLimitHeadersRFCVersion
Packages that use RateLimit.XRateLimitHeadersRFCVersion
-
Uses of RateLimit.XRateLimitHeadersRFCVersion in io.envoyproxy.envoy.extensions.filters.http.ratelimit.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.ratelimit.v3 that return RateLimit.XRateLimitHeadersRFCVersionModifier and TypeMethodDescriptionRateLimit.XRateLimitHeadersRFCVersion.forNumber(int value) RateLimit.Builder.getEnableXRatelimitHeaders()Defines the standard version to use for X-RateLimit headers emitted by the filter: * ``X-RateLimit-Limit`` - indicates the request-quota associated to the client in the current time-window followed by the description of the quota policy.RateLimit.getEnableXRatelimitHeaders()Defines the standard version to use for X-RateLimit headers emitted by the filter: * ``X-RateLimit-Limit`` - indicates the request-quota associated to the client in the current time-window followed by the description of the quota policy.RateLimitOrBuilder.getEnableXRatelimitHeaders()Defines the standard version to use for X-RateLimit headers emitted by the filter: * ``X-RateLimit-Limit`` - indicates the request-quota associated to the client in the current time-window followed by the description of the quota policy.RateLimit.XRateLimitHeadersRFCVersion.valueOf(int value) Deprecated.RateLimit.XRateLimitHeadersRFCVersion.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.Returns the enum constant of this type with the specified name.RateLimit.XRateLimitHeadersRFCVersion.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.envoyproxy.envoy.extensions.filters.http.ratelimit.v3 that return types with arguments of type RateLimit.XRateLimitHeadersRFCVersionModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<RateLimit.XRateLimitHeadersRFCVersion>RateLimit.XRateLimitHeadersRFCVersion.internalGetValueMap()Methods in io.envoyproxy.envoy.extensions.filters.http.ratelimit.v3 with parameters of type RateLimit.XRateLimitHeadersRFCVersionModifier and TypeMethodDescriptionRateLimit.Builder.setEnableXRatelimitHeaders(RateLimit.XRateLimitHeadersRFCVersion value) Defines the standard version to use for X-RateLimit headers emitted by the filter: * ``X-RateLimit-Limit`` - indicates the request-quota associated to the client in the current time-window followed by the description of the quota policy.