Uses of Class
com.wowza.wms.vhost.ThreadPool

Packages that use ThreadPool
com.wowza.wms.server   
com.wowza.wms.vhost   
 

Uses of ThreadPool in com.wowza.wms.server
 

Methods in com.wowza.wms.server that return ThreadPool
 ThreadPool IServer.getHandlerThreadPool()
          Get the server handler thread pool.
 ThreadPool Server.getHandlerThreadPool()
           
 ThreadPool IServer.getThreadPool()
          Get the server handler thread pool.
 ThreadPool Server.getThreadPool()
           
 ThreadPool IServer.getTransportThreadPool()
          Get the server transport thread pool.
 ThreadPool Server.getTransportThreadPool()
           
 

Uses of ThreadPool in com.wowza.wms.vhost
 

Methods in com.wowza.wms.vhost that return ThreadPool
 ThreadPool IVHost.getHandlerThreadPool()
          Get the VHost handler thread pool.
 ThreadPool IVHost.getThreadPool()
          Get the VHost handler thread pool.
 ThreadPool IVHost.getTransportThreadPool()
          Get the VHost transport thread pool.