Uses of Interface
io.envoyproxy.envoy.type.HttpStatusOrBuilder
-
Packages that use HttpStatusOrBuilder Package Description io.envoyproxy.envoy.config.filter.http.ext_authz.v2 io.envoyproxy.envoy.service.auth.v2 io.envoyproxy.envoy.type -
-
Uses of HttpStatusOrBuilder in io.envoyproxy.envoy.config.filter.http.ext_authz.v2
Methods in io.envoyproxy.envoy.config.filter.http.ext_authz.v2 that return HttpStatusOrBuilder Modifier and Type Method Description HttpStatusOrBuilderExtAuthz.Builder. getStatusOnErrorOrBuilder()Sets the HTTP status that is returned to the client when there is a network error between the filter and the authorization server.HttpStatusOrBuilderExtAuthz. getStatusOnErrorOrBuilder()Sets the HTTP status that is returned to the client when there is a network error between the filter and the authorization server.HttpStatusOrBuilderExtAuthzOrBuilder. getStatusOnErrorOrBuilder()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 HttpStatusOrBuilder in io.envoyproxy.envoy.service.auth.v2
Methods in io.envoyproxy.envoy.service.auth.v2 that return HttpStatusOrBuilder Modifier and Type Method Description HttpStatusOrBuilderDeniedHttpResponse.Builder. getStatusOrBuilder()This field allows the authorization service to send a HTTP response status code to the downstream client other than 403 (Forbidden).HttpStatusOrBuilderDeniedHttpResponse. getStatusOrBuilder()This field allows the authorization service to send a HTTP response status code to the downstream client other than 403 (Forbidden).HttpStatusOrBuilderDeniedHttpResponseOrBuilder. getStatusOrBuilder()This field allows the authorization service to send a HTTP response status code to the downstream client other than 403 (Forbidden). -
Uses of HttpStatusOrBuilder in io.envoyproxy.envoy.type
Classes in io.envoyproxy.envoy.type that implement HttpStatusOrBuilder Modifier and Type Class Description classHttpStatusHTTP status.static classHttpStatus.BuilderHTTP status.
-