mirror of
https://github.com/jetty/jetty.project.git
synced 2025-03-04 04:49:12 +00:00
DecryptedEndPoint does not perform any scheduling for idle timeouts, because those are done by SelectChannelEndPoint that is the usual underlying EndPoint of DecryptedEndPoint. In case of more nested EndPoint/Connection chains, EndPoints that delegate (such as DecryptedEndPoint) should delegate the idle timeout to the underlying EndPoint.