Searched refs:timeoutExecutor (Results 1 – 1 of 1) sorted by relevance
61 private ScheduledThreadPoolExecutor timeoutExecutor; field in AsynchronousChannelGroupImpl86 this.timeoutExecutor = (ScheduledThreadPoolExecutor) in AsynchronousChannelGroupImpl()88 this.timeoutExecutor.setRemoveOnCancelPolicy(true); in AsynchronousChannelGroupImpl()202 return timeoutExecutor.schedule(task, timeout, unit);252 timeoutExecutor.shutdown();