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 HttpStatusOrBuilderRateLimitQuotaBucketSettings.DenyResponseSettings.Builder. getHttpStatusOrBuilder()HTTP response code to deny for HTTP requests (gRPC excluded).HttpStatusOrBuilderRateLimitQuotaBucketSettings.DenyResponseSettings. getHttpStatusOrBuilder()HTTP response code to deny for HTTP requests (gRPC excluded).HttpStatusOrBuilderRateLimitQuotaBucketSettings.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 classHttpStatusHTTP status.static classHttpStatus.BuilderHTTP status.
-