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(ConfigurationContext configurationContext,
Executor executor,
WorkerFactory workerfactory,
org.apache.http.params.HttpParams params) |
DefaultHttpConnectionManager(ConfigurationContext configurationContext,
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) |
Copyright © 2004–2016 The Apache Software Foundation. All rights reserved.