| Package | Description |
|---|---|
| org.eclipse.jetty.util |
Jetty Util : Common Utility Classes
|
| org.eclipse.jetty.util.component |
Jetty Util : Jetty Lifecycle Management
|
| org.eclipse.jetty.util.ssl |
Jetty Util : Common SSL Utility Classes
|
| org.eclipse.jetty.util.thread |
Jetty Util : Common ThreadPool Utilities
|
| org.eclipse.jetty.util.thread.strategy |
| Modifier and Type | Class and Description |
|---|---|
class |
AttributesMap |
| Modifier and Type | Class and Description |
|---|---|
class |
ContainerLifeCycle
A ContainerLifeCycle is an
LifeCycle implementation for a collection of contained beans. |
class |
DumpableCollection |
| Modifier and Type | Method and Description |
|---|---|
static String |
Dumpable.dump(Dumpable dumpable)
Utility method to implement
dump() by calling dump(Appendable, String) |
static String |
ContainerLifeCycle.dump(Dumpable dumpable)
Deprecated.
use
dump(Dumpable) instead |
| Modifier and Type | Class and Description |
|---|---|
class |
SslContextFactory
SslContextFactory is used to configure SSL connectors
as well as HttpClient.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExecutorSizedThreadPool
Deprecated.
|
class |
ExecutorThreadPool
A
ThreadPool.SizedThreadPool wrapper around ThreadPoolExecutor. |
class |
MonitoredQueuedThreadPool
A
QueuedThreadPool subclass that monitors its own activity by recording queue and task statistics. |
class |
QueuedThreadPool |
class |
ScheduledExecutorScheduler
Implementation of
Scheduler based on JDK's ScheduledThreadPoolExecutor. |
| Modifier and Type | Class and Description |
|---|---|
class |
EatWhatYouKill
A strategy where the thread that produces will run the resulting task if it
is possible to do so without thread starvation.
|
Copyright © 1995–2018 Webtide. All rights reserved.