Uses of Class
io.envoyproxy.envoy.type.v3.HttpStatus
Packages that use HttpStatus
Package
Description
-
Uses of HttpStatus in io.envoyproxy.envoy.extensions.filters.http.adaptive_concurrency.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.adaptive_concurrency.v3 that return HttpStatusModifier and TypeMethodDescriptionAdaptiveConcurrency.Builder.getConcurrencyLimitExceededStatus()This field allows for a custom HTTP response status code to the downstream client when the concurrency limit has been exceeded.AdaptiveConcurrency.getConcurrencyLimitExceededStatus()This field allows for a custom HTTP response status code to the downstream client when the concurrency limit has been exceeded.AdaptiveConcurrencyOrBuilder.getConcurrencyLimitExceededStatus()This field allows for a custom HTTP response status code to the downstream client when the concurrency limit has been exceeded.Methods in io.envoyproxy.envoy.extensions.filters.http.adaptive_concurrency.v3 with parameters of type HttpStatusModifier and TypeMethodDescriptionAdaptiveConcurrency.Builder.mergeConcurrencyLimitExceededStatus(HttpStatus value) This field allows for a custom HTTP response status code to the downstream client when the concurrency limit has been exceeded.AdaptiveConcurrency.Builder.setConcurrencyLimitExceededStatus(HttpStatus value) This field allows for a custom HTTP response status code to the downstream client when the concurrency limit has been exceeded. -
Uses of HttpStatus in io.envoyproxy.envoy.extensions.filters.http.ext_authz.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.ext_authz.v3 that return HttpStatusModifier and TypeMethodDescriptionExtAuthz.Builder.getStatusOnError()Sets the HTTP status that is returned to the client when the authorization server returns an error or cannot be reached.ExtAuthz.getStatusOnError()Sets the HTTP status that is returned to the client when the authorization server returns an error or cannot be reached.ExtAuthzOrBuilder.getStatusOnError()Sets the HTTP status that is returned to the client when the authorization server returns an error or cannot be reached.Methods in io.envoyproxy.envoy.extensions.filters.http.ext_authz.v3 with parameters of type HttpStatusModifier and TypeMethodDescriptionExtAuthz.Builder.mergeStatusOnError(HttpStatus value) Sets the HTTP status that is returned to the client when the authorization server returns an error or cannot be reached.ExtAuthz.Builder.setStatusOnError(HttpStatus value) Sets the HTTP status that is returned to the client when the authorization server returns an error or cannot be reached. -
Uses of HttpStatus in io.envoyproxy.envoy.extensions.filters.http.ext_proc.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.ext_proc.v3 that return HttpStatusModifier and TypeMethodDescriptionExternalProcessor.Builder.getStatusOnError()Sets the HTTP status code that is returned to the client when the external processing server returns an error, fails to respond, or cannot be reached.ExternalProcessor.getStatusOnError()Sets the HTTP status code that is returned to the client when the external processing server returns an error, fails to respond, or cannot be reached.ExternalProcessorOrBuilder.getStatusOnError()Sets the HTTP status code that is returned to the client when the external processing server returns an error, fails to respond, or cannot be reached.Methods in io.envoyproxy.envoy.extensions.filters.http.ext_proc.v3 with parameters of type HttpStatusModifier and TypeMethodDescriptionExternalProcessor.Builder.mergeStatusOnError(HttpStatus value) Sets the HTTP status code that is returned to the client when the external processing server returns an error, fails to respond, or cannot be reached.ExternalProcessor.Builder.setStatusOnError(HttpStatus value) Sets the HTTP status code that is returned to the client when the external processing server returns an error, fails to respond, or cannot be reached. -
Uses of HttpStatus in io.envoyproxy.envoy.extensions.filters.http.local_ratelimit.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.local_ratelimit.v3 that return HttpStatusModifier and TypeMethodDescriptionLocalRateLimit.Builder.getStatus()This field allows for a custom HTTP response status code to the downstream client when the request has been rate limited.LocalRateLimit.getStatus()This field allows for a custom HTTP response status code to the downstream client when the request has been rate limited.LocalRateLimitOrBuilder.getStatus()This field allows for a custom HTTP response status code to the downstream client when the request has been rate limited.Methods in io.envoyproxy.envoy.extensions.filters.http.local_ratelimit.v3 with parameters of type HttpStatusModifier and TypeMethodDescriptionLocalRateLimit.Builder.mergeStatus(HttpStatus value) This field allows for a custom HTTP response status code to the downstream client when the request has been rate limited.LocalRateLimit.Builder.setStatus(HttpStatus value) This field allows for a custom HTTP response status code to the downstream client when the request has been rate limited. -
Uses of HttpStatus in io.envoyproxy.envoy.extensions.filters.http.rate_limit_quota.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.rate_limit_quota.v3 that return HttpStatusModifier and TypeMethodDescriptionRateLimitQuotaBucketSettings.DenyResponseSettings.Builder.getHttpStatus()HTTP response code to deny for HTTP requests (gRPC excluded).RateLimitQuotaBucketSettings.DenyResponseSettings.getHttpStatus()HTTP response code to deny for HTTP requests (gRPC excluded).RateLimitQuotaBucketSettings.DenyResponseSettingsOrBuilder.getHttpStatus()HTTP response code to deny for HTTP requests (gRPC excluded).Methods in io.envoyproxy.envoy.extensions.filters.http.rate_limit_quota.v3 with parameters of type HttpStatusModifier and TypeMethodDescriptionRateLimitQuotaBucketSettings.DenyResponseSettings.Builder.mergeHttpStatus(HttpStatus value) HTTP response code to deny for HTTP requests (gRPC excluded).RateLimitQuotaBucketSettings.DenyResponseSettings.Builder.setHttpStatus(HttpStatus value) HTTP response code to deny for HTTP requests (gRPC excluded). -
Uses of HttpStatus in io.envoyproxy.envoy.extensions.filters.http.ratelimit.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.ratelimit.v3 that return HttpStatusModifier and TypeMethodDescriptionRateLimit.Builder.getRateLimitedStatus()This field allows for a custom HTTP response status code to the downstream client when the request has been rate limited.RateLimit.getRateLimitedStatus()This field allows for a custom HTTP response status code to the downstream client when the request has been rate limited.RateLimitOrBuilder.getRateLimitedStatus()This field allows for a custom HTTP response status code to the downstream client when the request has been rate limited.RateLimit.Builder.getStatusOnError()Sets the HTTP status that is returned to the client when the ratelimit server returns an error or cannot be reached.RateLimit.getStatusOnError()Sets the HTTP status that is returned to the client when the ratelimit server returns an error or cannot be reached.RateLimitOrBuilder.getStatusOnError()Sets the HTTP status that is returned to the client when the ratelimit server returns an error or cannot be reached.Methods in io.envoyproxy.envoy.extensions.filters.http.ratelimit.v3 with parameters of type HttpStatusModifier and TypeMethodDescriptionRateLimit.Builder.mergeRateLimitedStatus(HttpStatus value) This field allows for a custom HTTP response status code to the downstream client when the request has been rate limited.RateLimit.Builder.mergeStatusOnError(HttpStatus value) Sets the HTTP status that is returned to the client when the ratelimit server returns an error or cannot be reached.RateLimit.Builder.setRateLimitedStatus(HttpStatus value) This field allows for a custom HTTP response status code to the downstream client when the request has been rate limited.RateLimit.Builder.setStatusOnError(HttpStatus value) Sets the HTTP status that is returned to the client when the ratelimit server returns an error or cannot be reached. -
Uses of HttpStatus in io.envoyproxy.envoy.extensions.http.original_ip_detection.custom_header.v3
Methods in io.envoyproxy.envoy.extensions.http.original_ip_detection.custom_header.v3 that return HttpStatusModifier and TypeMethodDescriptionCustomHeaderConfig.Builder.getRejectWithStatus()If this is set, the request will be rejected when detection fails using it as the HTTP response status. .. note:: If this is set to < 400 or > 511, the default status 403 will be used instead.CustomHeaderConfig.getRejectWithStatus()If this is set, the request will be rejected when detection fails using it as the HTTP response status. .. note:: If this is set to < 400 or > 511, the default status 403 will be used instead.CustomHeaderConfigOrBuilder.getRejectWithStatus()If this is set, the request will be rejected when detection fails using it as the HTTP response status. .. note:: If this is set to < 400 or > 511, the default status 403 will be used instead.Methods in io.envoyproxy.envoy.extensions.http.original_ip_detection.custom_header.v3 with parameters of type HttpStatusModifier and TypeMethodDescriptionCustomHeaderConfig.Builder.mergeRejectWithStatus(HttpStatus value) If this is set, the request will be rejected when detection fails using it as the HTTP response status. .. note:: If this is set to < 400 or > 511, the default status 403 will be used instead.CustomHeaderConfig.Builder.setRejectWithStatus(HttpStatus value) If this is set, the request will be rejected when detection fails using it as the HTTP response status. .. note:: If this is set to < 400 or > 511, the default status 403 will be used instead. -
Uses of HttpStatus in io.envoyproxy.envoy.service.auth.v3
Methods in io.envoyproxy.envoy.service.auth.v3 that return HttpStatusModifier and TypeMethodDescriptionDeniedHttpResponse.Builder.getStatus()This field allows the authorization service to send an HTTP response status code to the downstream client.DeniedHttpResponse.getStatus()This field allows the authorization service to send an HTTP response status code to the downstream client.DeniedHttpResponseOrBuilder.getStatus()This field allows the authorization service to send an HTTP response status code to the downstream client.Methods in io.envoyproxy.envoy.service.auth.v3 with parameters of type HttpStatusModifier and TypeMethodDescriptionDeniedHttpResponse.Builder.mergeStatus(HttpStatus value) This field allows the authorization service to send an HTTP response status code to the downstream client.DeniedHttpResponse.Builder.setStatus(HttpStatus value) This field allows the authorization service to send an HTTP response status code to the downstream client. -
Uses of HttpStatus in io.envoyproxy.envoy.service.ext_proc.v3
Methods in io.envoyproxy.envoy.service.ext_proc.v3 that return HttpStatusModifier and TypeMethodDescriptionImmediateResponse.Builder.getStatus()The response code to return.ImmediateResponse.getStatus()The response code to return.ImmediateResponseOrBuilder.getStatus()The response code to return.Methods in io.envoyproxy.envoy.service.ext_proc.v3 with parameters of type HttpStatusModifier and TypeMethodDescriptionImmediateResponse.Builder.mergeStatus(HttpStatus value) The response code to return.ImmediateResponse.Builder.setStatus(HttpStatus value) The response code to return. -
Uses of HttpStatus in io.envoyproxy.envoy.type.v3
Methods in io.envoyproxy.envoy.type.v3 that return HttpStatusModifier and TypeMethodDescriptionHttpStatus.Builder.build()HttpStatus.Builder.buildPartial()static HttpStatusHttpStatus.getDefaultInstance()HttpStatus.Builder.getDefaultInstanceForType()HttpStatus.getDefaultInstanceForType()static HttpStatusHttpStatus.parseDelimitedFrom(InputStream input) static HttpStatusHttpStatus.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HttpStatusHttpStatus.parseFrom(byte[] data) static HttpStatusHttpStatus.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HttpStatusHttpStatus.parseFrom(com.google.protobuf.ByteString data) static HttpStatusHttpStatus.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HttpStatusHttpStatus.parseFrom(com.google.protobuf.CodedInputStream input) static HttpStatusHttpStatus.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HttpStatusHttpStatus.parseFrom(InputStream input) static HttpStatusHttpStatus.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HttpStatusHttpStatus.parseFrom(ByteBuffer data) static HttpStatusHttpStatus.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.type.v3 that return types with arguments of type HttpStatusModifier and TypeMethodDescriptioncom.google.protobuf.Parser<HttpStatus>HttpStatus.getParserForType()static com.google.protobuf.Parser<HttpStatus>HttpStatus.parser()Methods in io.envoyproxy.envoy.type.v3 with parameters of type HttpStatusModifier and TypeMethodDescriptionHttpStatus.Builder.mergeFrom(HttpStatus other) static HttpStatus.BuilderHttpStatus.newBuilder(HttpStatus prototype)