Searched refs:withExecutor (Results 1 – 9 of 9) sorted by relevance
89 public void withExecutor() { in withExecutor() method in AbstractStubTest96 stub = stub.withExecutor(executor); in withExecutor()
134 public final S withExecutor(Executor executor) { in withExecutor() method in AbstractStub135 return build(channel, callOptions.withExecutor(executor)); in withExecutor()
125 ClientCall<ReqT, RespT> call = channel.newCall(method, callOptions.withExecutor(executor)); in blockingUnaryCall()173 ClientCall<ReqT, RespT> call = channel.newCall(method, callOptions.withExecutor(executor)); in blockingServerStreamingCall()
58 .withExecutor(directExecutor())124 CallOptions options1 = CallOptions.DEFAULT.withExecutor(executor); in mutateExecutor()128 CallOptions options2 = options1.withExecutor(null); in mutateExecutor()145 .withExecutor(new SerializingExecutor(directExecutor())) in toStringMatches_noDeadline_default()
200 public CallOptions withExecutor(Executor executor) { in withExecutor() method in CallOptions
169 callOptions.withAuthority("calloptions-authority").withExecutor(anotherExecutor)); in parameterPropagation_callOptionsSetAuthority()
168 callOptions.withAuthority("calloptions-authority").withExecutor(anotherExecutor)); in parameterPropagation_overrideByCallOptions()
332 CallOptions wfr3callOptions = waitForReadyCallOptions.withExecutor( in reprocessSemantics()
631 CallOptions.DEFAULT.withExecutor(callExecutor.getScheduledExecutorService()); in callOptionsExecutor()2478 CallOptions.DEFAULT.withExecutor(callExecutor.getScheduledExecutorService()); in channelsAndSubchannels_oob_instrumented0()