Package | Description |
---|---|
org.eclipse.jetty.client | |
org.eclipse.jetty.server | |
org.eclipse.jetty.server.handler | |
org.eclipse.jetty.server.nio | |
org.eclipse.jetty.util.thread | |
org.eclipse.jetty.websocket |
Modifier and Type | Method and Description |
---|---|
ThreadPool |
HttpClient.getThreadPool() |
Modifier and Type | Method and Description |
---|---|
void |
HttpClient.setThreadPool(ThreadPool threadPool)
Set the ThreadPool.
|
Modifier and Type | Method and Description |
---|---|
ThreadPool |
Server.getThreadPool() |
ThreadPool |
AbstractConnector.getThreadPool() |
Modifier and Type | Method and Description |
---|---|
void |
Server.setThreadPool(ThreadPool threadPool) |
void |
AbstractConnector.setThreadPool(ThreadPool pool)
Set the ThreadPool.
|
Modifier and Type | Method and Description |
---|---|
ThreadPool |
ConnectHandler.getThreadPool() |
Modifier and Type | Method and Description |
---|---|
void |
ConnectHandler.setThreadPool(ThreadPool threadPool) |
Modifier and Type | Method and Description |
---|---|
void |
SelectChannelConnector.setThreadPool(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 |
Modifier and Type | Method and Description |
---|---|
ThreadPool |
WebSocketClientFactory.getThreadPool()
Get the ThreadPool.
|
Constructor and Description |
---|
WebSocketClientFactory(ThreadPool threadPool)
Creates a WebSocketClientFactory with the given ThreadPool and the default configuration.
|
WebSocketClientFactory(ThreadPool threadPool,
MaskGen maskGen)
Creates a WebSocketClientFactory with the given ThreadPool and the given MaskGen.
|
WebSocketClientFactory(ThreadPool threadPool,
MaskGen maskGen,
int bufferSize)
Creates a WebSocketClientFactory with the specified configuration.
|
Copyright © 1995-2013 Mort Bay Consulting. All Rights Reserved.