Uses of Interface
io.envoyproxy.envoy.type.v3.HttpStatusOrBuilder
-
Packages that use HttpStatusOrBuilder Package Description io.envoyproxy.envoy.extensions.filters.http.rate_limit_quota.v3 io.envoyproxy.envoy.type.v3 -
-
Uses of HttpStatusOrBuilder in io.envoyproxy.envoy.extensions.filters.http.rate_limit_quota.v3
Fields in io.envoyproxy.envoy.extensions.filters.http.rate_limit_quota.v3 with type parameters of type HttpStatusOrBuilder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<HttpStatus,HttpStatus.Builder,HttpStatusOrBuilder>
RateLimitQuotaBucketSettings.DenyResponseSettings.Builder. httpStatusBuilder_
Methods in io.envoyproxy.envoy.extensions.filters.http.rate_limit_quota.v3 that return HttpStatusOrBuilder Modifier and Type Method Description HttpStatusOrBuilder
RateLimitQuotaBucketSettings.DenyResponseSettings.Builder. getHttpStatusOrBuilder()
HTTP response code to deny for HTTP requests (gRPC excluded).HttpStatusOrBuilder
RateLimitQuotaBucketSettings.DenyResponseSettings. getHttpStatusOrBuilder()
HTTP response code to deny for HTTP requests (gRPC excluded).HttpStatusOrBuilder
RateLimitQuotaBucketSettings.DenyResponseSettingsOrBuilder. getHttpStatusOrBuilder()
HTTP response code to deny for HTTP requests (gRPC excluded).Methods in io.envoyproxy.envoy.extensions.filters.http.rate_limit_quota.v3 that return types with arguments of type HttpStatusOrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<HttpStatus,HttpStatus.Builder,HttpStatusOrBuilder>
RateLimitQuotaBucketSettings.DenyResponseSettings.Builder. getHttpStatusFieldBuilder()
HTTP response code to deny for HTTP requests (gRPC excluded). -
Uses of HttpStatusOrBuilder in io.envoyproxy.envoy.type.v3
Classes in io.envoyproxy.envoy.type.v3 that implement HttpStatusOrBuilder Modifier and Type Class Description class
HttpStatus
HTTP status.static class
HttpStatus.Builder
HTTP status.
-