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

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

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

Classes in org.apache.axis2.transport.http.server that implement HttpConnectionFactory
 class DefaultHttpConnectionFactory
           
 

Methods in org.apache.axis2.transport.http.server that return HttpConnectionFactory
 HttpConnectionFactory HttpFactory.newRequestConnectionFactory(org.apache.http.params.HttpParams params)
          Create a request connection
 

Methods in org.apache.axis2.transport.http.server with parameters of type HttpConnectionFactory
 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 HttpConnectionFactory
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.