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(int port, HttpConnectionManager manager, org.apache.http.params.HttpParams params)
          Create the listener for request connections
 

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



Copyright © 2007 Apache Web Services Project. All Rights Reserved.