Home
last modified time | relevance | path

Searched defs:ServerInterceptor (Results 1 – 5 of 5) sorted by relevance

/third_party/grpc/src/python/grpcio_tests/tests_aio/unit/
Dserver_interceptor_test.py69 interceptor: aio.ServerInterceptor) -> aio.ServerInterceptor:
123 *interceptors: aio.ServerInterceptor
/third_party/grpc/src/ruby/lib/grpc/generic/
Dinterceptors.rb97 class ServerInterceptor < Interceptor class
/third_party/grpc/src/python/grpcio/grpc/experimental/aio/
D_interceptor.py37 class ServerInterceptor(metaclass=ABCMeta): class
/third_party/grpc/src/python/grpcio/grpc/aio/
D_interceptor.py37 class ServerInterceptor(metaclass=ABCMeta): class
/third_party/grpc/src/python/grpcio/grpc/
D__init__.py1351 class ServerInterceptor(six.with_metaclass(abc.ABCMeta)): class