Uses of Class
io.envoyproxy.envoy.type.HttpStatus.Builder
Packages that use HttpStatus.Builder
Package
Description
-
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.BuilderModifier and TypeMethodDescriptionExtAuthz.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.BuilderModifier and TypeMethodDescriptionExtAuthz.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.BuilderModifier and TypeMethodDescriptionDeniedHttpResponse.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.BuilderModifier and TypeMethodDescriptionDeniedHttpResponse.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.BuilderModifier and TypeMethodDescriptionHttpStatus.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) HttpStatus.Builder.clear()HttpStatus.Builder.clearCode()Supplies HTTP response code.HttpStatus.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) HttpStatus.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) HttpStatus.Builder.clone()HttpStatus.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) HttpStatus.Builder.mergeFrom(com.google.protobuf.Message other) HttpStatus.Builder.mergeFrom(HttpStatus other) final HttpStatus.BuilderHttpStatus.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static HttpStatus.BuilderHttpStatus.newBuilder()static HttpStatus.BuilderHttpStatus.newBuilder(HttpStatus prototype) HttpStatus.newBuilderForType()protected HttpStatus.BuilderHttpStatus.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) HttpStatus.Builder.setCode(StatusCode value) Supplies HTTP response code.HttpStatus.Builder.setCodeValue(int value) Supplies HTTP response code.HttpStatus.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final HttpStatus.BuilderHttpStatus.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) HttpStatus.toBuilder()