Uses of Class
io.envoyproxy.envoy.type.v3.HttpStatus
-
-
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 HttpStatus Modifier and Type Method Description HttpStatusExtAuthz.Builder. getStatusOnError()Sets the HTTP status that is returned to the client when there is a network error between the filter and the authorization server.HttpStatusExtAuthz. getStatusOnError()Sets the HTTP status that is returned to the client when there is a network error between the filter and the authorization server.HttpStatusExtAuthzOrBuilder. getStatusOnError()Sets the HTTP status that is returned to the client when there is a network error between the filter and the authorization server.Methods in io.envoyproxy.envoy.extensions.filters.http.ext_authz.v3 with parameters of type HttpStatus Modifier and Type Method Description ExtAuthz.BuilderExtAuthz.Builder. mergeStatusOnError(HttpStatus value)Sets the HTTP status that is returned to the client when there is a network error between the filter and the authorization server.ExtAuthz.BuilderExtAuthz.Builder. setStatusOnError(HttpStatus value)Sets the HTTP status that is returned to the client when there is a network error between the filter and the authorization server. -
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 HttpStatus Modifier and Type Method Description HttpStatusLocalRateLimit.Builder. getStatus()This field allows for a custom HTTP response status code to the downstream client when the request has been rate limited.HttpStatusLocalRateLimit. getStatus()This field allows for a custom HTTP response status code to the downstream client when the request has been rate limited.HttpStatusLocalRateLimitOrBuilder. 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 HttpStatus Modifier and Type Method Description LocalRateLimit.BuilderLocalRateLimit.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.BuilderLocalRateLimit.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 HttpStatus Modifier and Type Method Description HttpStatusRateLimitQuotaBucketSettings.DenyResponseSettings.Builder. getHttpStatus()HTTP response code to deny for HTTP requests (gRPC excluded).HttpStatusRateLimitQuotaBucketSettings.DenyResponseSettings. getHttpStatus()HTTP response code to deny for HTTP requests (gRPC excluded).HttpStatusRateLimitQuotaBucketSettings.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 HttpStatus Modifier and Type Method Description RateLimitQuotaBucketSettings.DenyResponseSettings.BuilderRateLimitQuotaBucketSettings.DenyResponseSettings.Builder. mergeHttpStatus(HttpStatus value)HTTP response code to deny for HTTP requests (gRPC excluded).RateLimitQuotaBucketSettings.DenyResponseSettings.BuilderRateLimitQuotaBucketSettings.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 HttpStatus Modifier and Type Method Description HttpStatusRateLimit.Builder. getRateLimitedStatus()This field allows for a custom HTTP response status code to the downstream client when the request has been rate limited.HttpStatusRateLimit. getRateLimitedStatus()This field allows for a custom HTTP response status code to the downstream client when the request has been rate limited.HttpStatusRateLimitOrBuilder. getRateLimitedStatus()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.ratelimit.v3 with parameters of type HttpStatus Modifier and Type Method Description RateLimit.BuilderRateLimit.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.BuilderRateLimit.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. -
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 HttpStatus Modifier and Type Method Description HttpStatusCustomHeaderConfig.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.HttpStatusCustomHeaderConfig. 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.HttpStatusCustomHeaderConfigOrBuilder. 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 HttpStatus Modifier and Type Method Description CustomHeaderConfig.BuilderCustomHeaderConfig.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.BuilderCustomHeaderConfig.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 HttpStatus Modifier and Type Method Description HttpStatusDeniedHttpResponse.Builder. getStatus()This field allows the authorization service to send an HTTP response status code to the downstream client.HttpStatusDeniedHttpResponse. getStatus()This field allows the authorization service to send an HTTP response status code to the downstream client.HttpStatusDeniedHttpResponseOrBuilder. 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 HttpStatus Modifier and Type Method Description DeniedHttpResponse.BuilderDeniedHttpResponse.Builder. mergeStatus(HttpStatus value)This field allows the authorization service to send an HTTP response status code to the downstream client.DeniedHttpResponse.BuilderDeniedHttpResponse.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 HttpStatus Modifier and Type Method Description HttpStatusImmediateResponse.Builder. getStatus()The response code to returnHttpStatusImmediateResponse. getStatus()The response code to returnHttpStatusImmediateResponseOrBuilder. getStatus()The response code to returnMethods in io.envoyproxy.envoy.service.ext_proc.v3 with parameters of type HttpStatus Modifier and Type Method Description ImmediateResponse.BuilderImmediateResponse.Builder. mergeStatus(HttpStatus value)The response code to returnImmediateResponse.BuilderImmediateResponse.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 HttpStatus Modifier and Type Method Description HttpStatusHttpStatus.Builder. build()HttpStatusHttpStatus.Builder. buildPartial()static HttpStatusHttpStatus. getDefaultInstance()HttpStatusHttpStatus.Builder. getDefaultInstanceForType()HttpStatusHttpStatus. 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 HttpStatus Modifier and Type Method Description com.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 HttpStatus Modifier and Type Method Description HttpStatus.BuilderHttpStatus.Builder. mergeFrom(HttpStatus other)static HttpStatus.BuilderHttpStatus. newBuilder(HttpStatus prototype)
-