Uses of Interface
org.apache.axis2.transport.http.server.WorkerFactory
Packages that use WorkerFactory
-
Uses of WorkerFactory in org.apache.axis2.transport.http
Classes in org.apache.axis2.transport.http that implement WorkerFactory -
Uses of WorkerFactory in org.apache.axis2.transport.http.server
Methods in org.apache.axis2.transport.http.server that return WorkerFactoryModifier and TypeMethodDescriptionHttpFactory.newRequestWorkerFactory()Create the factory for request workersMethods in org.apache.axis2.transport.http.server with parameters of type WorkerFactoryModifier and TypeMethodDescriptionHttpFactory.newRequestConnectionManager(ExecutorService requestExecutor, WorkerFactory workerFactory, org.apache.hc.core5.http.config.Http1Config h1Config) Create the connection manager used to launch request threadsConstructors in org.apache.axis2.transport.http.server with parameters of type WorkerFactoryModifierConstructorDescriptionDefaultHttpConnectionManager(org.apache.axis2.context.ConfigurationContext configurationContext, Executor executor, WorkerFactory workerfactory, org.apache.hc.core5.http.config.Http1Config http1Config) DefaultHttpConnectionManager(org.apache.axis2.context.ConfigurationContext configurationContext, Executor executor, WorkerFactory workerfactory, org.apache.hc.core5.http.config.Http1Config http1Config, HttpFactory httpFactory) HttpFactory(org.apache.axis2.context.ConfigurationContext configurationContext, int port, WorkerFactory requestWorkerFactory) Create and configure a new HttpFactorySimpleHttpServer(org.apache.axis2.context.ConfigurationContext configurationContext, WorkerFactory workerFactory, int port)