Class ThreadPoolExecutor.DiscardPolicy

java.lang.Object
org.apache.tomcat.util.threads.ThreadPoolExecutor.DiscardPolicy
All Implemented Interfaces:
ThreadPoolExecutor.RejectedExecutionHandler
Enclosing class:
ThreadPoolExecutor

public static class ThreadPoolExecutor.DiscardPolicy extends Object implements ThreadPoolExecutor.RejectedExecutionHandler
A handler for rejected tasks that silently discards the rejected task.