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

Packages that use Worker
org.apache.axis2.transport.http   
org.apache.axis2.transport.http.server   
 

Uses of Worker in org.apache.axis2.transport.http
 

Classes in org.apache.axis2.transport.http that implement Worker
 class HTTPWorker
           
 

Methods in org.apache.axis2.transport.http that return Worker
 Worker HTTPWorkerFactory.newWorker()
           
 

Uses of Worker in org.apache.axis2.transport.http.server
 

Methods in org.apache.axis2.transport.http.server that return Worker
 Worker WorkerFactory.newWorker()
           
 

Methods in org.apache.axis2.transport.http.server with parameters of type Worker
 HttpServiceProcessor HttpFactory.newRequestServiceProcessor(org.apache.http.HttpServerConnection connection, SessionManager sessionManager, Worker worker, IOProcessorCallback callback)
          Create a request service processor to populate the response
 

Constructors in org.apache.axis2.transport.http.server with parameters of type Worker
DefaultHttpServiceProcessor(org.apache.http.HttpServerConnection conn, ConfigurationContext configurationContext, SessionManager sessionManager, Worker worker, IOProcessorCallback callback)