Uses of Class
com.sun.grizzly.util.AbstractThreadPool

Packages that use AbstractThreadPool
com.sun.grizzly.util   
 

Uses of AbstractThreadPool in com.sun.grizzly.util
 

Subclasses of AbstractThreadPool in com.sun.grizzly.util
 class DefaultThreadPool
          Deprecated. please use GrizzlyExecutorService.createInstance() instead.
 class FixedThreadPool
          minimalistic fixed threadpool to allow for nice scalability if a good Queue impl is used.
 class SyncThreadPool
          ExecutorService implementation, which function the similar way as former Grizzly 1.x Pipeline based thread pools.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.