Interface ThreadPoolFactory

All Known Implementing Classes:
QueuedThreadPoolFactory

public interface ThreadPoolFactory
  • Method Summary

    Modifier and Type
    Method
    Description
    org.eclipse.jetty.util.thread.ThreadPool
     
  • Method Details

    • buildThreadPool

      org.eclipse.jetty.util.thread.ThreadPool buildThreadPool(Options options)