On Thu, 2012-11-08 at 22:54 -0500, Sachin Nikumbh wrote: > Hi, > > I am trying the HTTP async client and trying to figure out how to get/set > the maximum number of connections per address. What is the default that's > being used? The HTTP specification recommends 2 number of connections per > address. I could not find the API that would allow me to change this > parameter. >
Have a look at the PoolingClientAsyncConnectionManager http://hc.apache.org/httpcomponents-asyncclient-dev/httpasyncclient/apidocs/org/apache/http/impl/nio/conn/PoolingClientAsyncConnectionManager.html hope this helps Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
