Uses of Interface
org.apache.http.pool.ConnFactory
Packages that use ConnFactory
Package
Description
Default implementations of client side connection pools
for synchronous, blocking communication.
Client side connection pools APIs for synchronous, blocking
communication.
-
Uses of ConnFactory in org.apache.http.impl.pool
Classes in org.apache.http.impl.pool that implement ConnFactoryModifier and TypeClassDescriptionclassA very basicConnFactoryimplementation that createsHttpClientConnectioninstances given aHttpHostinstance.Constructors in org.apache.http.impl.pool with parameters of type ConnFactoryModifierConstructorDescriptionBasicConnPool(ConnFactory<HttpHost, HttpClientConnection> connFactory) -
Uses of ConnFactory in org.apache.http.pool
Constructors in org.apache.http.pool with parameters of type ConnFactoryModifierConstructorDescriptionAbstractConnPool(ConnFactory<T, C> connFactory, int defaultMaxPerRoute, int maxTotal)