Class BasicNIOConnPool

All Implemented Interfaces:
ConnPool<HttpHost,BasicNIOPoolEntry>, ConnPoolControl<HttpHost>

A very basic ConnPool implementation that represents a pool of non-blocking NHttpClientConnection connections identified by an HttpHost instance. Please note this pool implementation does not support complex routes via a proxy cannot differentiate between direct and proxied connections.
Since:
4.2
See Also: