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 TypeClassDescriptionclass
A very basicConnFactory
implementation that createsHttpClientConnection
instances given aHttpHost
instance.Constructors in org.apache.http.impl.pool with parameters of type ConnFactoryModifierConstructorDescriptionBasicConnPool
(ConnFactory<HttpHost, HttpClientConnection> connFactory) -
Uses of ConnFactory in org.apache.http.pool
Fields in org.apache.http.pool declared as ConnFactoryConstructors in org.apache.http.pool with parameters of type ConnFactoryModifierConstructorDescriptionAbstractConnPool
(ConnFactory<T, C> connFactory, int defaultMaxPerRoute, int maxTotal)