Home
last modified time | relevance | path

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

/external/grpc-grpc/examples/python/interceptors/headers/
Dgeneric_client_interceptor.py26 def intercept_unary_unary(self, continuation, client_call_details, request): argument
32 def intercept_unary_stream(self, continuation, client_call_details, argument
39 def intercept_stream_unary(self, continuation, client_call_details, argument
46 def intercept_stream_stream(self, continuation, client_call_details, argument
Dheader_manipulator_client_interceptor.py32 def intercept_call(client_call_details, request_iterator, request_streaming, argument
/external/grpc-grpc/src/python/grpcio_tests/tests/unit/
D_interceptor_test.py191 def intercept_unary_unary(self, continuation, client_call_details, request): argument
197 def intercept_unary_stream(self, continuation, client_call_details, argument
204 def intercept_stream_unary(self, continuation, client_call_details, argument
211 def intercept_stream_stream(self, continuation, client_call_details, argument
232 def intercept_unary_unary(self, continuation, client_call_details, request): argument
236 def intercept_unary_stream(self, continuation, client_call_details, argument
241 def intercept_stream_unary(self, continuation, client_call_details, argument
246 def intercept_stream_stream(self, continuation, client_call_details, argument
261 def intercept_call(client_call_details, request_iterator, request_streaming, argument
273 def intercept_call(client_call_details, request_iterator, argument
/external/grpc-grpc/examples/python/interceptors/default_value/
Ddefault_value_client_interceptor.py57 def _intercept_call(self, continuation, client_call_details, argument
62 def intercept_unary_unary(self, continuation, client_call_details, request): argument
65 def intercept_stream_unary(self, continuation, client_call_details, argument
/external/grpc-grpc/src/python/grpcio/grpc/
D__init__.py370 def intercept_unary_unary(self, continuation, client_call_details, request): argument
407 def intercept_unary_stream(self, continuation, client_call_details, argument
443 def intercept_stream_unary(self, continuation, client_call_details, argument
481 def intercept_stream_stream(self, continuation, client_call_details, argument