Searched defs:closeFuture (Results 1 – 4 of 4) sorted by relevance
29 private final CompletableFuture<Boolean> closeFuture; field in BetterSimpleChannelPool42 CompletableFuture<Boolean> closeFuture() { in closeFuture() method in BetterSimpleChannelPool
18 CompletableFuture<Integer> closeFuture = new CompletableFuture<>(); field in ClientConnection
93 private SettableApiFuture<Void> closeFuture; field in BatcherImpl
227 ApiFuture<Void> closeFuture = underTest.closeAsync(); in testCloseAsyncNonblocking() local