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

All Known Implementing Classes:
DefaultHttpConnectionFactory

public interface HttpConnectionFactory


Method Summary
 org.apache.http.HttpServerConnection newConnection(Socket socket)
           
 

Method Detail

newConnection

org.apache.http.HttpServerConnection newConnection(Socket socket)
                                                   throws IOException
Throws:
IOException