Class AbstractProtocol.RecycledProcessors

java.lang.Object
org.apache.tomcat.util.collections.SynchronizedStack<Processor>
org.apache.coyote.AbstractProtocol.RecycledProcessors
Enclosing class:
AbstractProtocol<S>

protected static class AbstractProtocol.RecycledProcessors extends SynchronizedStack<Processor>
Pool of recycled processors.
  • Field Details

    • size

      protected final AtomicInteger size
      The current size of the pool.
  • Constructor Details

    • RecycledProcessors

      public RecycledProcessors(AbstractProtocol.ConnectionHandler<?> handler)
      Creates a new recycled processors pool.
      Parameters:
      handler - The connection handler
  • Method Details