| Package | Description |
|---|---|
| org.apache.axis2.transport.http | |
| org.apache.axis2.transport.http.server |
| Modifier and Type | Class and Description |
|---|---|
class |
HTTPWorkerFactory |
| Modifier and Type | Method and Description |
|---|---|
WorkerFactory |
HttpFactory.newRequestWorkerFactory()
Create the factory for request workers
|
| Modifier and Type | Method and Description |
|---|---|
HttpConnectionManager |
HttpFactory.newRequestConnectionManager(ExecutorService requestExecutor,
WorkerFactory workerFactory,
org.apache.http.params.HttpParams params)
Create the connection manager used to launch request threads
|
| Constructor and Description |
|---|
DefaultHttpConnectionManager(org.apache.axis2.context.ConfigurationContext configurationContext,
Executor executor,
WorkerFactory workerfactory,
org.apache.http.params.HttpParams params) |
DefaultHttpConnectionManager(org.apache.axis2.context.ConfigurationContext configurationContext,
Executor executor,
WorkerFactory workerfactory,
org.apache.http.params.HttpParams params,
HttpFactory httpFactory) |
HttpFactory(org.apache.axis2.context.ConfigurationContext configurationContext,
int port,
WorkerFactory requestWorkerFactory)
Create and configure a new HttpFactory
|
SimpleHttpServer(org.apache.axis2.context.ConfigurationContext configurationContext,
WorkerFactory workerFactory,
int port) |
Copyright © 2004–2020 The Apache Software Foundation. All rights reserved.