org.apache.http.conn
Interface HttpConnectionFactory<T extends HttpConnection>

All Known Implementing Classes:
DefaultClientConnectionFactory

public interface HttpConnectionFactory<T extends HttpConnection>

Generic HttpConnection factory.

Since:
4.3

Method Summary
 T create(org.apache.http.config.ConnectionConfig config)
           
 

Method Detail

create

T create(org.apache.http.config.ConnectionConfig config)


Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.