Package org.apache.http.conn
Interface HttpConnectionFactory<T,C extends HttpConnection>
-
- All Known Implementing Classes:
ManagedHttpClientConnectionFactory
public interface HttpConnectionFactory<T,C extends HttpConnection>
GenericHttpConnection
factory.- Since:
- 4.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description C
create(T route, ConnectionConfig config)
-
-
-
Method Detail
-
create
C create(T route, ConnectionConfig config)
-
-