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

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

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

Classes in org.apache.axis2.transport.http.server that implement HttpConnectionManager
 class DefaultHttpConnectionManager
           
 

Methods in org.apache.axis2.transport.http.server that return HttpConnectionManager
 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
 

Methods in org.apache.axis2.transport.http.server with parameters of type HttpConnectionManager
 IOProcessor HttpFactory.newRequestConnectionListener(HttpConnectionFactory factory, HttpConnectionManager manager, int port)
          Create the listener for request connections
 

Constructors in org.apache.axis2.transport.http.server with parameters of type HttpConnectionManager
DefaultConnectionListener(int port, HttpConnectionFactory connfactory, HttpConnectionManager connmanager)
          Default constructor called by HttpFactory.
DefaultConnectionListener(int port, HttpConnectionFactory connfactory, HttpConnectionManager connmanager, ConnectionListenerFailureHandler failureHandler)
          Use this constructor to provide a custom ConnectionListenerFailureHandler, e.g.