Uses of Class
org.apache.axis2.transport.http.server.HttpFactory
-
Packages that use HttpFactory Package Description org.apache.axis2.transport.http org.apache.axis2.transport.http.server -
-
Uses of HttpFactory in org.apache.axis2.transport.http
Fields in org.apache.axis2.transport.http declared as HttpFactory Modifier and Type Field Description protected HttpFactory
SimpleHTTPServer. httpFactory
Methods in org.apache.axis2.transport.http that return HttpFactory Modifier and Type Method Description HttpFactory
SimpleHTTPServer. getHttpFactory()
Getter for httpFactoryConstructors in org.apache.axis2.transport.http with parameters of type HttpFactory Constructor Description SimpleHTTPServer(HttpFactory httpFactory)
Create a configured SimpleHTTPServer -
Uses of HttpFactory in org.apache.axis2.transport.http.server
Constructors in org.apache.axis2.transport.http.server with parameters of type HttpFactory Constructor Description DefaultHttpConnectionManager(ConfigurationContext configurationContext, Executor executor, WorkerFactory workerfactory, org.apache.http.params.HttpParams params, HttpFactory httpFactory)
SimpleHttpServer(HttpFactory httpFactory, int port)
-