Uses of Package
org.glassfish.grizzly.threadpool
-
Packages that use org.glassfish.grizzly.threadpool Package Description org.glassfish.grizzly org.glassfish.grizzly.strategies org.glassfish.grizzly.threadpool -
Classes in org.glassfish.grizzly.threadpool used by org.glassfish.grizzly Class Description ThreadPoolConfig Grizzly thread-pool configuration, which might be used to create and initialize a thread-pool viaGrizzlyExecutorService.createInstance(org.glassfish.grizzly.threadpool.ThreadPoolConfig).ThreadPoolProbe Monitoring probe providing callbacks that may be invoked by GrizzlyAbstractThreadPoolimplementations. -
Classes in org.glassfish.grizzly.threadpool used by org.glassfish.grizzly.strategies Class Description ThreadPoolConfig Grizzly thread-pool configuration, which might be used to create and initialize a thread-pool viaGrizzlyExecutorService.createInstance(org.glassfish.grizzly.threadpool.ThreadPoolConfig). -
Classes in org.glassfish.grizzly.threadpool used by org.glassfish.grizzly.threadpool Class Description AbstractThreadPool AbstractExecutorServiceimplementation.AbstractThreadPool.Worker GrizzlyExecutorService ThreadPoolConfig Grizzly thread-pool configuration, which might be used to create and initialize a thread-pool viaGrizzlyExecutorService.createInstance(org.glassfish.grizzly.threadpool.ThreadPoolConfig).ThreadPoolProbe Monitoring probe providing callbacks that may be invoked by GrizzlyAbstractThreadPoolimplementations.WorkerThread Interface, which Grizzly thread pool threads should implement.