Uses of Class
io.envoyproxy.envoy.type.HttpStatus.Builder
-
Packages that use HttpStatus.Builder Package Description io.envoyproxy.envoy.config.filter.http.ext_authz.v2 io.envoyproxy.envoy.service.auth.v2 io.envoyproxy.envoy.type -
-
Uses of HttpStatus.Builder in io.envoyproxy.envoy.config.filter.http.ext_authz.v2
Methods in io.envoyproxy.envoy.config.filter.http.ext_authz.v2 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.config.filter.http.ext_authz.v2 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.service.auth.v2
Methods in io.envoyproxy.envoy.service.auth.v2 that return HttpStatus.Builder Modifier and Type Method Description HttpStatus.BuilderDeniedHttpResponse.Builder. getStatusBuilder()This field allows the authorization service to send a HTTP response status code to the downstream client other than 403 (Forbidden).Methods in io.envoyproxy.envoy.service.auth.v2 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 a HTTP response status code to the downstream client other than 403 (Forbidden). -
Uses of HttpStatus.Builder in io.envoyproxy.envoy.type
Methods in io.envoyproxy.envoy.type 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()
-