Uses of Class
com.wowza.wms.vhost.ThreadPool
- 
Packages that use ThreadPool Package Description com.wowza.wms.server com.wowza.wms.vhost 
- 
- 
Uses of ThreadPool in com.wowza.wms.serverMethods in com.wowza.wms.server that return ThreadPool Modifier and Type Method Description ThreadPoolIServer. getHandlerThreadPool()Get the server handler thread pool.ThreadPoolIServer. getThreadPool()Get the server handler thread pool.ThreadPoolIServer. getTransportThreadPool()Get the server transport thread pool.
- 
Uses of ThreadPool in com.wowza.wms.vhostMethods in com.wowza.wms.vhost that return ThreadPool Modifier and Type Method Description ThreadPoolIVHost. getHandlerThreadPool()Get the VHost handler thread pool.ThreadPoolIVHost. getThreadPool()Get the VHost handler thread pool.ThreadPoolIVHost. getTransportThreadPool()Get the VHost transport thread pool.
 
-