|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WorkerFactory | |
|---|---|
| org.apache.axis2.transport.http | |
| org.apache.axis2.transport.http.server | |
| Uses of WorkerFactory in org.apache.axis2.transport.http |
|---|
| Classes in org.apache.axis2.transport.http that implement WorkerFactory | |
|---|---|
class |
HTTPWorkerFactory
|
| Uses of WorkerFactory in org.apache.axis2.transport.http.server |
|---|
| Methods in org.apache.axis2.transport.http.server that return WorkerFactory | |
|---|---|
WorkerFactory |
HttpFactory.newRequestWorkerFactory()
Create the factory for request workers |
| Methods in org.apache.axis2.transport.http.server with parameters of type WorkerFactory | |
|---|---|
HttpConnectionManager |
HttpFactory.newRequestConnectionManager(java.util.concurrent.ExecutorService requestExecutor,
WorkerFactory workerFactory,
org.apache.http.params.HttpParams params)
Create the connection manager used to launch request threads |
| Constructors in org.apache.axis2.transport.http.server with parameters of type WorkerFactory | |
|---|---|
DefaultHttpConnectionManager(ConfigurationContext configurationContext,
java.util.concurrent.Executor executor,
WorkerFactory workerfactory,
org.apache.http.params.HttpParams params)
|
|
DefaultHttpConnectionManager(ConfigurationContext configurationContext,
java.util.concurrent.Executor executor,
WorkerFactory workerfactory,
org.apache.http.params.HttpParams params,
HttpFactory httpFactory)
|
|
HttpFactory(ConfigurationContext configurationContext,
int port,
WorkerFactory requestWorkerFactory)
Create and configure a new HttpFactory |
|
SimpleHttpServer(ConfigurationContext configurationContext,
WorkerFactory workerFactory,
int port)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||