| Package | Description |
|---|---|
| org.eclipse.jetty.util | |
| org.eclipse.jetty.util.component | |
| org.eclipse.jetty.util.ssl | |
| org.eclipse.jetty.util.thread |
| Modifier and Type | Class and Description |
|---|---|
class |
Scanner
Scanner
Utility for scanning a directory for added, removed and changed
files and reporting these events via registered Listeners.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractLifeCycle
Basic implementation of the life cycle interface for components.
|
class |
AggregateLifeCycle
An AggregateLifeCycle is an
LifeCycle implementation for a collection of contained beans. |
| Modifier and Type | Method and Description |
|---|---|
static String |
AbstractLifeCycle.getState(LifeCycle lc) |
void |
AbstractLifeCycle.AbstractLifeCycleListener.lifeCycleFailure(LifeCycle event,
Throwable cause) |
void |
LifeCycle.Listener.lifeCycleFailure(LifeCycle event,
Throwable cause) |
void |
AbstractLifeCycle.AbstractLifeCycleListener.lifeCycleStarted(LifeCycle event) |
void |
LifeCycle.Listener.lifeCycleStarted(LifeCycle event) |
void |
AbstractLifeCycle.AbstractLifeCycleListener.lifeCycleStarting(LifeCycle event) |
void |
LifeCycle.Listener.lifeCycleStarting(LifeCycle event) |
void |
AbstractLifeCycle.AbstractLifeCycleListener.lifeCycleStopped(LifeCycle event) |
void |
LifeCycle.Listener.lifeCycleStopped(LifeCycle event) |
void |
AbstractLifeCycle.AbstractLifeCycleListener.lifeCycleStopping(LifeCycle event) |
void |
LifeCycle.Listener.lifeCycleStopping(LifeCycle event) |
| 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 |
ExecutorThreadPool
Jetty ThreadPool using java 5 ThreadPoolExecutor
This class wraps a
ExecutorService as a ThreadPool and
LifeCycle interfaces so that it may be used by the Jetty org.eclipse.jetty.server.Server |
class |
QueuedThreadPool |
| Modifier and Type | Method and Description |
|---|---|
static void |
ShutdownThread.deregister(LifeCycle lifeCycle) |
static void |
ShutdownThread.register(int index,
LifeCycle... lifeCycles) |
static void |
ShutdownThread.register(LifeCycle... lifeCycles) |
Copyright © 1995-2012 Mort Bay Consulting. All Rights Reserved.