Uses of Interface
org.apache.http.nio.pool.SocketAddressResolver
Packages that use SocketAddressResolver
Package
Description
Client side connection pools APIs for asynchronous, event driven
communication.
-
Uses of SocketAddressResolver in org.apache.http.nio.pool
Constructors in org.apache.http.nio.pool with parameters of type SocketAddressResolverModifierConstructorDescriptionAbstractNIOConnPool
(ConnectingIOReactor ioReactor, NIOConnFactory<T, C> connFactory, SocketAddressResolver<T> addressResolver, int defaultMaxPerRoute, int maxTotal)