Home
last modified time | relevance | path

Searched refs:intercept_service (Results 1 – 4 of 4) sorted by relevance

/external/grpc-grpc/src/python/grpcio_tests/tests/unit/
D_interceptor_test.py228 def intercept_service(self, continuation, handler_call_details): member in _LoggingInterceptor
295 def intercept_service(self, continuation, handler_call_details): member in _GenericServerInterceptor
301 def intercept_service(continuation, handler_call_details): function
303 return interceptor.intercept_service(continuation,
307 return _GenericServerInterceptor(intercept_service)
/external/grpc-grpc/examples/python/interceptors/headers/
Drequest_header_validator_interceptor.py34 def intercept_service(self, continuation, handler_call_details): member in RequestHeaderValidatorInterceptor
/external/grpc-grpc/src/python/grpcio/grpc/
D__init__.py1169 def intercept_service(self, continuation, handler_call_details): member in ServerInterceptor
D_interceptor.py34 return interceptor.intercept_service(thunk, context)