Searched refs:UnaryUnaryClientInterceptor (Results 1 – 5 of 5) sorted by relevance
51 class DefaultValueClientInterceptor(grpc.UnaryUnaryClientInterceptor,
20 grpc.UnaryUnaryClientInterceptor, grpc.UnaryStreamClientInterceptor,
185 grpc.UnaryUnaryClientInterceptor, grpc.UnaryStreamClientInterceptor,220 grpc.ServerInterceptor, grpc.UnaryUnaryClientInterceptor,252 class _DefectiveClientInterceptor(grpc.UnaryUnaryClientInterceptor):
411 if isinstance(self._interceptor, grpc.UnaryUnaryClientInterceptor):462 if not isinstance(interceptor, grpc.UnaryUnaryClientInterceptor) and \
363 class UnaryUnaryClientInterceptor(six.with_metaclass(abc.ABCMeta)): class