Searched defs:channelExecutor (Results 1 – 7 of 7) sorted by relevance
56 private final ChannelExecutor channelExecutor; field in DelayedClientTransport94 DelayedClientTransport(Executor defaultAppExecutor, ChannelExecutor channelExecutor) { in DelayedClientTransport()
93 private final ChannelExecutor channelExecutor; field in InternalSubchannel167 Supplier<Stopwatch> stopwatchSupplier, ChannelExecutor channelExecutor, Callback callback, in InternalSubchannel()
105 ScheduledExecutorService deadlineCancellationExecutor, ChannelExecutor channelExecutor, in OobChannel()
128 private final ChannelExecutor channelExecutor = new ChannelExecutor() { field in ManagedChannelImpl
68 private final SerializingExecutor channelExecutor = field in CachedSubchannelPoolTest
165 private final SerializingExecutor channelExecutor = field in GrpclbLoadBalancerTest
87 private final ChannelExecutor channelExecutor = new ChannelExecutor(); field in InternalSubchannelTest