Package | Description |
---|---|
org.apache.axis2.transport.base | |
org.apache.axis2.transport.base.threads | |
org.apache.axis2.transport.tcp |
Modifier and Type | Field and Description |
---|---|
protected WorkerPool |
AbstractTransportListener.workerPool
the thread pool to execute actual poll invocations
|
Modifier and Type | Class and Description |
---|---|
class |
NativeWorkerPool
Worker pool implementation based on java.util.concurrent in JDK 1.5 or later.
|
Modifier and Type | Method and Description |
---|---|
static WorkerPool |
WorkerPoolFactory.getWorkerPool(int core,
int max,
int keepAlive,
int queueLength,
int waterMark,
String threadGroupName,
String threadGroupId) |
static WorkerPool |
WorkerPoolFactory.getWorkerPool(int core,
int max,
int keepAlive,
int queueLength,
String threadGroupName,
String threadGroupId) |
static WorkerPool |
WorkerPoolFactory.getWorkerPool(int core,
int max,
int keepAlive,
int queueLength,
String threadGroupName,
String threadGroupId,
BlockingQueue<Runnable> queue) |
Constructor and Description |
---|
TCPServer(TCPEndpoint endpoint,
WorkerPool workerPool) |
Copyright © 2004–2019 The Apache Software Foundation. All rights reserved.