Searched refs:appExecutor (Results 1 – 3 of 3) sorted by relevance
35 private final Executor appExecutor; field in CallCredentialsApplyingTransportFactory38 ClientTransportFactory delegate, Executor appExecutor) { in CallCredentialsApplyingTransportFactory() argument40 this.appExecutor = checkNotNull(appExecutor, "appExecutor"); in CallCredentialsApplyingTransportFactory()90 firstNonNull(callOptions.getExecutor(), appExecutor), applier); in newStream()
78 Executor appExecutor, MetadataApplier applier); in applyRequestMetadata() argument
92 Executor appExecutor, final MetadataApplier applier) { in applyRequestMetadata() argument117 creds.getRequestMetadata(uri, appExecutor, new RequestMetadataCallback() { in applyRequestMetadata()