Home
last modified time | relevance | path

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

/external/grpc-grpc-java/api/src/main/java/io/grpc/
DServerInterceptor.java39 public interface ServerInterceptor { interface
/external/grpc-grpc/src/python/grpcio_tests/tests_aio/unit/
Dserver_interceptor_test.py100 condition: Callable, interceptor: aio.ServerInterceptor
163 record: list, *interceptors: aio.ServerInterceptor
/external/grpc-grpc/src/ruby/lib/grpc/generic/
Dinterceptors.rb97 class ServerInterceptor < Interceptor class
/external/grpc-grpc/src/python/grpcio/grpc/
D_interceptor.py33 def __init__(self, interceptors: Sequence[grpc.ServerInterceptor]):
56 interceptors: Optional[Sequence[grpc.ServerInterceptor]],
D_server.py1304 interceptors: Sequence[grpc.ServerInterceptor],
1369 interceptors: Sequence[grpc.ServerInterceptor],
D__init__.py1410 class ServerInterceptor(abc.ABC): class
/external/grpc-grpc/src/python/grpcio/grpc/aio/
D_interceptor.py56 class ServerInterceptor(metaclass=ABCMeta): class