Uses of Interface
org.apache.axis2.transport.http.server.Worker
-
Packages that use Worker Package Description 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 Modifier and Type Class Description class
HTTPWorker
Methods in org.apache.axis2.transport.http that return Worker Modifier and Type Method Description Worker
HTTPWorkerFactory. newWorker()
-
Uses of Worker in org.apache.axis2.transport.http.server
Methods in org.apache.axis2.transport.http.server that return Worker Modifier and Type Method Description Worker
WorkerFactory. newWorker()
Constructors in org.apache.axis2.transport.http.server with parameters of type Worker Constructor Description AxisHttpService(org.apache.http.protocol.HttpProcessor httpProcessor, org.apache.http.ConnectionReuseStrategy connStrategy, org.apache.http.HttpResponseFactory responseFactory, ConfigurationContext configurationContext, Worker worker)
-