Home
last modified time | relevance | path

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

/third_party/grpc/src/python/grpcio_tests/tests_aio/unit/
Dserver_interceptor_test.py100 condition: Callable, interceptor: aio.ServerInterceptor
163 record: list, *interceptors: aio.ServerInterceptor
/third_party/grpc/src/ruby/lib/grpc/generic/
Dinterceptors.rb97 class ServerInterceptor < Interceptor class
/third_party/grpc/src/python/grpcio/grpc/
D_interceptor.py33 def __init__(self, interceptors: Sequence[grpc.ServerInterceptor]):
56 interceptors: Optional[Sequence[grpc.ServerInterceptor]],
D_server.py1428 interceptors: Sequence[grpc.ServerInterceptor],
1513 interceptors: Sequence[grpc.ServerInterceptor],
D__init__.py1410 class ServerInterceptor(abc.ABC): class
/third_party/grpc/src/python/grpcio/grpc/aio/
D_interceptor.py57 class ServerInterceptor(metaclass=ABCMeta): class