Searched refs:acceptFuture (Results 1 – 2 of 2) sorted by relevance
111 Future<AsynchronousSocketChannel> acceptFuture = assc.accept(); in test_futureAccept() local116 AsynchronousSocketChannel asc = acceptFuture.get(1000, TimeUnit.MILLISECONDS); in test_futureAccept()248 Future<AsynchronousSocketChannel> acceptFuture = assc.accept(); in test_close() local250 acceptFuture.get(1000, TimeUnit.MILLISECONDS); in test_close()295 Future<AsynchronousSocketChannel> acceptFuture = assc.accept(); in test_future_concurrent_close() local299 acceptFuture.get(10000, TimeUnit.MILLISECONDS); in test_future_concurrent_close()
68 private PendingFuture<AsynchronousSocketChannel,Object> acceptFuture; field in UnixAsynchronousServerSocketChannelImpl118 future = acceptFuture; in implClose()201 PendingFuture<AsynchronousSocketChannel,Object> future = acceptFuture; in onEvent()314 this.acceptFuture = result; in implAccept()