The MultiThreaded Connection Manager has methods

         shutdown()
static shutdownAll()

which presumably include shutting all connections

However the Simple Connection Manager does not.
Just wondering why this is?

As far as I can tell the only way to shut the connection provided by
the Simple Manager is to call

closeIdleConnections(N)      where N <= 0

It would be useful to include the shutdown methods in the HttpClient interface.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to