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.server
Methods in com.wowza.wms.server that return ThreadPool Modifier and Type Method Description ThreadPool
IServer. getHandlerThreadPool()
Get the server handler thread pool.ThreadPool
IServer. getThreadPool()
Get the server handler thread pool.ThreadPool
IServer. getTransportThreadPool()
Get the server transport thread pool. -
Uses of ThreadPool in com.wowza.wms.vhost
Methods in com.wowza.wms.vhost that return ThreadPool Modifier and Type Method Description 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.
-