Uses of Class
io.envoyproxy.envoy.type.v3.HttpStatus.Builder
-
-
Uses of HttpStatus.Builder in io.envoyproxy.envoy.extensions.filters.http.ext_authz.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.ext_authz.v3 that return HttpStatus.Builder Modifier and Type Method Description HttpStatus.BuilderExtAuthz.Builder. getStatusOnErrorBuilder()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.Builder Modifier and Type Method Description ExtAuthz.BuilderExtAuthz.Builder. setStatusOnError(HttpStatus.Builder builderForValue)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.Builder in io.envoyproxy.envoy.extensions.filters.http.local_ratelimit.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.local_ratelimit.v3 that return HttpStatus.Builder Modifier and Type Method Description HttpStatus.BuilderLocalRateLimit.Builder. getStatusBuilder()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.Builder Modifier and Type Method Description LocalRateLimit.BuilderLocalRateLimit.Builder. setStatus(HttpStatus.Builder builderForValue)This field allows for a custom HTTP response status code to the downstream client when the request has been rate limited. -
Uses of HttpStatus.Builder 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.Builder Modifier and Type Method Description HttpStatus.BuilderRateLimitQuotaBucketSettings.DenyResponseSettings.Builder. getHttpStatusBuilder()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.Builder Modifier and Type Method Description RateLimitQuotaBucketSettings.DenyResponseSettings.BuilderRateLimitQuotaBucketSettings.DenyResponseSettings.Builder. setHttpStatus(HttpStatus.Builder builderForValue)HTTP response code to deny for HTTP requests (gRPC excluded). -
Uses of HttpStatus.Builder in io.envoyproxy.envoy.extensions.filters.http.ratelimit.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.ratelimit.v3 that return HttpStatus.Builder Modifier and Type Method Description HttpStatus.BuilderRateLimit.Builder. getRateLimitedStatusBuilder()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.Builder Modifier and Type Method Description RateLimit.BuilderRateLimit.Builder. setRateLimitedStatus(HttpStatus.Builder builderForValue)This field allows for a custom HTTP response status code to the downstream client when the request has been rate limited. -
Uses of HttpStatus.Builder 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.Builder Modifier and Type Method Description HttpStatus.BuilderCustomHeaderConfig.Builder. getRejectWithStatusBuilder()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.Builder Modifier and Type Method Description CustomHeaderConfig.BuilderCustomHeaderConfig.Builder. setRejectWithStatus(HttpStatus.Builder builderForValue)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.Builder in io.envoyproxy.envoy.service.auth.v3
Methods in io.envoyproxy.envoy.service.auth.v3 that return HttpStatus.Builder Modifier and Type Method Description HttpStatus.BuilderDeniedHttpResponse.Builder. getStatusBuilder()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.Builder Modifier and Type Method Description DeniedHttpResponse.BuilderDeniedHttpResponse.Builder. setStatus(HttpStatus.Builder builderForValue)This field allows the authorization service to send an HTTP response status code to the downstream client. -
Uses of HttpStatus.Builder in io.envoyproxy.envoy.service.ext_proc.v3
Methods in io.envoyproxy.envoy.service.ext_proc.v3 that return HttpStatus.Builder Modifier and Type Method Description HttpStatus.BuilderImmediateResponse.Builder. getStatusBuilder()The response code to returnMethods in io.envoyproxy.envoy.service.ext_proc.v3 with parameters of type HttpStatus.Builder Modifier and Type Method Description ImmediateResponse.BuilderImmediateResponse.Builder. setStatus(HttpStatus.Builder builderForValue)The response code to return -
Uses of HttpStatus.Builder in io.envoyproxy.envoy.type.v3
Methods in io.envoyproxy.envoy.type.v3 that return HttpStatus.Builder Modifier and Type Method Description HttpStatus.BuilderHttpStatus.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)HttpStatus.BuilderHttpStatus.Builder. clear()HttpStatus.BuilderHttpStatus.Builder. clearCode()Supplies HTTP response code.HttpStatus.BuilderHttpStatus.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)HttpStatus.BuilderHttpStatus.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)HttpStatus.BuilderHttpStatus.Builder. clone()HttpStatus.BuilderHttpStatus.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)HttpStatus.BuilderHttpStatus.Builder. mergeFrom(com.google.protobuf.Message other)HttpStatus.BuilderHttpStatus.Builder. mergeFrom(HttpStatus other)HttpStatus.BuilderHttpStatus.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)static HttpStatus.BuilderHttpStatus. newBuilder()static HttpStatus.BuilderHttpStatus. newBuilder(HttpStatus prototype)HttpStatus.BuilderHttpStatus. newBuilderForType()protected HttpStatus.BuilderHttpStatus. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)HttpStatus.BuilderHttpStatus.Builder. setCode(StatusCode value)Supplies HTTP response code.HttpStatus.BuilderHttpStatus.Builder. setCodeValue(int value)Supplies HTTP response code.HttpStatus.BuilderHttpStatus.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)HttpStatus.BuilderHttpStatus.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)HttpStatus.BuilderHttpStatus.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)HttpStatus.BuilderHttpStatus. toBuilder()
-