Uses of Class
io.envoyproxy.envoy.type.HttpStatus
-
Packages that use HttpStatus Package Description io.envoyproxy.envoy.config.filter.http.ext_authz.v2 io.envoyproxy.envoy.service.auth.v2 io.envoyproxy.envoy.type -
-
Uses of HttpStatus in io.envoyproxy.envoy.config.filter.http.ext_authz.v2
Methods in io.envoyproxy.envoy.config.filter.http.ext_authz.v2 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.config.filter.http.ext_authz.v2 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.service.auth.v2
Methods in io.envoyproxy.envoy.service.auth.v2 that return HttpStatus Modifier and Type Method Description HttpStatusDeniedHttpResponse.Builder. getStatus()This field allows the authorization service to send a HTTP response status code to the downstream client other than 403 (Forbidden).HttpStatusDeniedHttpResponse. getStatus()This field allows the authorization service to send a HTTP response status code to the downstream client other than 403 (Forbidden).HttpStatusDeniedHttpResponseOrBuilder. getStatus()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 Modifier and Type Method Description DeniedHttpResponse.BuilderDeniedHttpResponse.Builder. mergeStatus(HttpStatus value)This field allows the authorization service to send a HTTP response status code to the downstream client other than 403 (Forbidden).DeniedHttpResponse.BuilderDeniedHttpResponse.Builder. setStatus(HttpStatus value)This field allows the authorization service to send a HTTP response status code to the downstream client other than 403 (Forbidden). -
Uses of HttpStatus in io.envoyproxy.envoy.type
Methods in io.envoyproxy.envoy.type 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 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 with parameters of type HttpStatus Modifier and Type Method Description HttpStatus.BuilderHttpStatus.Builder. mergeFrom(HttpStatus other)static HttpStatus.BuilderHttpStatus. newBuilder(HttpStatus prototype)
-