|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExtendedThreadPool | |
---|---|
com.sun.grizzly.comet | |
com.sun.grizzly.http | |
com.sun.grizzly.util |
Uses of ExtendedThreadPool in com.sun.grizzly.comet |
---|
Fields in com.sun.grizzly.comet declared as ExtendedThreadPool | |
---|---|
protected ExtendedThreadPool |
CometEngine.threadPool
The ExecutorService used to execute CometTask |
Methods in com.sun.grizzly.comet that return ExtendedThreadPool | |
---|---|
ExtendedThreadPool |
CometEngine.getThreadPool()
returns the thread pool comet is using |
Methods in com.sun.grizzly.comet with parameters of type ExtendedThreadPool | |
---|---|
void |
CometEngine.setThreadPool(ExtendedThreadPool pool)
sets the default ThreadPool that DefaultNotificationHandler use. |
Uses of ExtendedThreadPool in com.sun.grizzly.http |
---|
Classes in com.sun.grizzly.http that implement ExtendedThreadPool | |
---|---|
class |
StatsThreadPool
Internal FIFO used by the Worker Threads to pass information between Task objects. |
Uses of ExtendedThreadPool in com.sun.grizzly.util |
---|
Classes in com.sun.grizzly.util that implement ExtendedThreadPool | |
---|---|
class |
AbstractThreadPool
Abstract ExtendedThreadPool implementation. |
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 |
GrizzlyExecutorService
|
class |
SyncThreadPool
ExecutorService implementation, which function the similar way as
former Grizzly 1.x Pipeline based thread pools. |
Methods in com.sun.grizzly.util with parameters of type ExtendedThreadPool | |
---|---|
protected ThreadPoolConfig |
ThreadPoolConfig.updateFrom(ExtendedThreadPool ep)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |