Uses of Interface
org.apache.axis2.transport.http.server.WorkerFactory

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(edu.emory.mathcs.backport.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
SimpleHttpServer(ConfigurationContext configurationContext, WorkerFactory workerFactory, int port)
           
HttpFactory(ConfigurationContext configurationContext, int port, WorkerFactory requestWorkerFactory)
          Create and configure a new HttpFactory
DefaultHttpConnectionManager(ConfigurationContext configurationContext, edu.emory.mathcs.backport.java.util.concurrent.Executor executor, WorkerFactory workerfactory, org.apache.http.params.HttpParams params)
           
DefaultHttpConnectionManager(ConfigurationContext configurationContext, edu.emory.mathcs.backport.java.util.concurrent.Executor executor, WorkerFactory workerfactory, org.apache.http.params.HttpParams params, HttpFactory httpFactory)
           
 



Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.