Searched refs:ChannelExecutor (Results 1 – 8 of 8) sorted by relevance
37 class ChannelExecutor { class38 private static final Logger log = Logger.getLogger(ChannelExecutor.class.getName());85 final ChannelExecutor executeLater(Runnable runnable) { in executeLater()
56 private final ChannelExecutor channelExecutor;94 DelayedClientTransport(Executor defaultAppExecutor, ChannelExecutor channelExecutor) { in DelayedClientTransport()
93 private final ChannelExecutor channelExecutor;167 Supplier<Stopwatch> stopwatchSupplier, ChannelExecutor channelExecutor, Callback callback, in InternalSubchannel()
105 ScheduledExecutorService deadlineCancellationExecutor, ChannelExecutor channelExecutor, in OobChannel()
128 private final ChannelExecutor channelExecutor = new PanicChannelExecutor();1467 private final class PanicChannelExecutor extends ChannelExecutor {
47 private final ChannelExecutor executor = new ChannelExecutor() {
87 private final ChannelExecutor channelExecutor = new ChannelExecutor();
104 fakeExecutor.getScheduledExecutorService(), new ChannelExecutor());