Thanks for instant reply. I was more of concern about working with Persistent Connections using MultiThreadedConnectionManager. I already have the impl in place for HTTP connections, and would like to enhance the feature to work with HTTPS, so was wondering if just sending the Https protocol in connectionManager would be fine or something gr8 needs to be done there to update the SSL Certificates for connection pool.
thanks Guri On Wed, Jun 22, 2011 at 5:12 PM, Oleg Kalnichevski <[email protected]> wrote: > On Wed, 2011-06-22 at 13:16 +0530, Gurmeet Budhraja wrote: > > Hi > > > > I wanted to check if someone has ever implemented HTTPS Persistent > > Connections for HttpClient 3x? > > > > Do we have an api for same in HttpClient or works similar to HTTP > Persistent > > Connections, handling connectionManager? > > > > > > thanks > > Guri > > All versions of HttpClient starting with 2.0 support connection > persistence out of the box. Reusable HTTP and HTTPS connections are > always kept alive per default. > > Oleg > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
