Uses of Interface
org.apache.axis2.transport.http.server.WorkerFactory
-
Packages that use WorkerFactory Package Description 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 Modifier and Type Class Description class
HTTPWorkerFactory
-
Uses of WorkerFactory in org.apache.axis2.transport.http.server
Methods in org.apache.axis2.transport.http.server that return WorkerFactory Modifier and Type Method Description WorkerFactory
HttpFactory. newRequestWorkerFactory()
Create the factory for request workersMethods in org.apache.axis2.transport.http.server with parameters of type WorkerFactory Modifier and Type Method Description HttpConnectionManager
HttpFactory. newRequestConnectionManager(ExecutorService requestExecutor, WorkerFactory workerFactory, org.apache.http.params.HttpParams params)
Create the connection manager used to launch request threadsConstructors in org.apache.axis2.transport.http.server with parameters of type WorkerFactory Constructor 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 HttpFactorySimpleHttpServer(ConfigurationContext configurationContext, WorkerFactory workerFactory, int port)
-