Searched defs:ioExecutor (Results 1 – 2 of 2) sorted by relevance
130 private Executor ioExecutor; field in Downloader.Builder148 public Builder withIOExecutor(Executor ioExecutor) { in withIOExecutor()276 private final Executor ioExecutor; field in Downloader352 closingFuture.statusFuture().addListener(() -> onDownloadComplete(request), ioExecutor); in execute() local735 .catchingAsync( in completeRequest()
92 private ExecutorService ioExecutor; field in DownloaderTest