Searched refs:readFuture (Results 1 – 2 of 2) sorted by relevance
82 private PendingFuture<Number,Object> readFuture; field in UnixAsynchronousSocketChannelImpl402 PendingFuture<Number,Object> future = readFuture; in finishRead()473 future = readFuture;545 this.readFuture = (PendingFuture<Number,Object>)result; in implRead()550 this.readFuture = null; in implRead()
193 Future<Integer> readFuture = asc.read(tmp); in test_close() local195 readFuture.get(1000, TimeUnit.MILLISECONDS); in test_close()