mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-23 16:05:00 +00:00
Idle timeouts are not enforced anymore by polling the AsyncEndPoints from the SelectorManager, but instead the AsyncEndPoints now take a SchedulerExecutorService as parameter and perform their own enforcing of the idle timeout. Also removed a few Timer usages (replaced by SchedulerExecutorService) and fixed XML files referencing old APIs.