| Package | Description |
|---|---|
| org.eclipse.jetty.http.spi | |
| org.eclipse.jetty.server |
Jetty Server : Core Server API
|
| org.eclipse.jetty.util.thread |
Jetty Util : Common ThreadPool Utilities
|
| Modifier and Type | Class and Description |
|---|---|
class |
DelegatingThreadPool |
| Modifier and Type | Method and Description |
|---|---|
ThreadPool |
Server.getThreadPool() |
| Constructor and Description |
|---|
Server(ThreadPool pool) |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ThreadPool.SizedThreadPool |
| 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 |
Copyright © 1995-2015 Webtide. All Rights Reserved.