| Package | Description |
|---|---|
| org.eclipse.jetty.util |
Jetty Util : Common Utility Classes
|
| org.eclipse.jetty.util.thread |
Jetty Util : Common ThreadPool Utilities
|
| org.eclipse.jetty.util.thread.strategy |
| Class | Description |
|---|---|
| Invocable |
A task (typically either a
Runnable or Callable
that declares how it will behave when invoked: |
| Invocable.InvocationType | |
| Scheduler |
| Class | Description |
|---|---|
| Invocable.InvocationType | |
| Locker.Lock | |
| Scheduler | |
| Scheduler.Task | |
| ShutdownThread |
ShutdownThread is a shutdown hook thread implemented as
singleton that maintains a list of lifecycle instances
that are registered with it and provides ability to stop
these lifecycles upon shutdown of the Java Virtual Machine
|
| Sweeper.Sweepable |
A
Sweeper.Sweepable resource implements this interface to
signal to a Sweeper or to a parent container if it
needs to be swept or not. |
| ThreadPool |
ThreadPool.
|
| ThreadPool.SizedThreadPool |
| Class | Description |
|---|---|
| ExecutionStrategy | |
| ExecutionStrategy.Producer |
A producer of
Runnable tasks to run. |
| ReservedThreadExecutor |
An Executor using preallocated/reserved Threads from a wrapped Executor.
|
Copyright © 1995–2017 Webtide. All rights reserved.