| Modifier and Type | Method and Description |
|---|---|
HttpStatus.Builder |
ExtAuthz.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.
|
| Modifier and Type | Method and Description |
|---|---|
ExtAuthz.Builder |
ExtAuthz.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.
|
| Modifier and Type | Method and Description |
|---|---|
HttpStatus.Builder |
ExtAuthz.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.
|
| Modifier and Type | Method and Description |
|---|---|
ExtAuthz.Builder |
ExtAuthz.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.
|
| Modifier and Type | Method and Description |
|---|---|
HttpStatus.Builder |
LocalRateLimit.Builder.getStatusBuilder()
This field allows for a custom HTTP response status code to the downstream client when
the request has been rate limited.
|
| Modifier and Type | Method and Description |
|---|---|
LocalRateLimit.Builder |
LocalRateLimit.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.
|
| Modifier and Type | Method and Description |
|---|---|
HttpStatus.Builder |
DeniedHttpResponse.Builder.getStatusBuilder()
This field allows the authorization service to send a HTTP response status
code to the downstream client other than 403 (Forbidden).
|
| Modifier and Type | Method and Description |
|---|---|
DeniedHttpResponse.Builder |
DeniedHttpResponse.Builder.setStatus(HttpStatus.Builder builderForValue)
This field allows the authorization service to send a HTTP response status
code to the downstream client other than 403 (Forbidden).
|
| Modifier and Type | Method and Description |
|---|---|
HttpStatus.Builder |
DeniedHttpResponse.Builder.getStatusBuilder()
This field allows the authorization service to send a HTTP response status
code to the downstream client other than 403 (Forbidden).
|
| Modifier and Type | Method and Description |
|---|---|
DeniedHttpResponse.Builder |
DeniedHttpResponse.Builder.setStatus(HttpStatus.Builder builderForValue)
This field allows the authorization service to send a HTTP response status
code to the downstream client other than 403 (Forbidden).
|
| Modifier and Type | Method and Description |
|---|---|
HttpStatus.Builder |
ImmediateResponse.Builder.getStatusBuilder()
The response code to return
.envoy.type.v3.HttpStatus status = 1 [(.validate.rules) = { ... } |
| Modifier and Type | Method and Description |
|---|---|
ImmediateResponse.Builder |
ImmediateResponse.Builder.setStatus(HttpStatus.Builder builderForValue)
The response code to return
.envoy.type.v3.HttpStatus status = 1 [(.validate.rules) = { ... } |
| Modifier and Type | Method and Description |
|---|---|
HttpStatus.Builder |
HttpStatus.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
HttpStatus.Builder |
HttpStatus.Builder.clear() |
HttpStatus.Builder |
HttpStatus.Builder.clearCode()
Supplies HTTP response code.
|
HttpStatus.Builder |
HttpStatus.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
HttpStatus.Builder |
HttpStatus.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
HttpStatus.Builder |
HttpStatus.Builder.clone() |
HttpStatus.Builder |
HttpStatus.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
HttpStatus.Builder |
HttpStatus.Builder.mergeFrom(HttpStatus other) |
HttpStatus.Builder |
HttpStatus.Builder.mergeFrom(com.google.protobuf.Message other) |
HttpStatus.Builder |
HttpStatus.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static HttpStatus.Builder |
HttpStatus.newBuilder() |
static HttpStatus.Builder |
HttpStatus.newBuilder(HttpStatus prototype) |
HttpStatus.Builder |
HttpStatus.newBuilderForType() |
protected HttpStatus.Builder |
HttpStatus.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
HttpStatus.Builder |
HttpStatus.Builder.setCode(StatusCode value)
Supplies HTTP response code.
|
HttpStatus.Builder |
HttpStatus.Builder.setCodeValue(int value)
Supplies HTTP response code.
|
HttpStatus.Builder |
HttpStatus.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
HttpStatus.Builder |
HttpStatus.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
HttpStatus.Builder |
HttpStatus.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
HttpStatus.Builder |
HttpStatus.toBuilder() |
Copyright © 2018–2021 The Envoy Project. All rights reserved.