Index

A I V 
All Classes and Interfaces|All Packages

A

asStatusRuntimeException(ValidationException) - Static method in class io.envoyproxy.pgv.grpc.ValidationExceptions
Convert a ValidationException into a gRPC StatusRuntimeException with status code Code.INVALID_ARGUMENT, the ValidationException exception message, and Any error details containing BadRequest with field violation details.

I

interceptCall(MethodDescriptor<ReqT, RespT>, CallOptions, Channel) - Method in class io.envoyproxy.pgv.grpc.ValidatingClientInterceptor
 
interceptCall(ServerCall<ReqT, RespT>, Metadata, ServerCallHandler<ReqT, RespT>) - Method in class io.envoyproxy.pgv.grpc.ValidatingServerInterceptor
 
io.envoyproxy.pgv.grpc - package io.envoyproxy.pgv.grpc
 

V

ValidatingClientInterceptor - Class in io.envoyproxy.pgv.grpc
ValidatingClientInterceptor is a gRPC ClientInterceptor that validates outbound gRPC messages before transmission.
ValidatingClientInterceptor(ValidatorIndex) - Constructor for class io.envoyproxy.pgv.grpc.ValidatingClientInterceptor
 
ValidatingServerInterceptor - Class in io.envoyproxy.pgv.grpc
ValidatingServerInterceptor is a gRPC ServerInterceptor that validates inbound gRPC messages before processing.
ValidatingServerInterceptor(ValidatorIndex) - Constructor for class io.envoyproxy.pgv.grpc.ValidatingServerInterceptor
 
ValidationExceptions - Class in io.envoyproxy.pgv.grpc
ValidationExceptions provides utilities for converting ValidationException objects into gRPC StatusRuntimeException objects.
A I V 
All Classes and Interfaces|All Packages