You are viewing a plain text version of this content. The canonical link for it is here.
Posted to httpclient-users@hc.apache.org by Ankur Shah <an...@gmail.com> on 2008/04/23 00:37:58 UTC

Connection Listener

Hi,

I am using MultiThreadedHttpConnectionManager with my HttpClient. I would
like to get notified when let's say the connection and/or the pool goes
down. Is there a way to register a callback listener that I can get notified
on?

Ankur