[ 
http://issues.apache.org/jira/browse/HTTPCLIENT-552?page=comments#action_12415954
 ] 

Michael Becke commented on HTTPCLIENT-552:
------------------------------------------

I'm not so sure about the HttpConnectionManagerExt interface.  Seems like we 
should either leave it out and just add the method to SHCM or change the 
connection manager interface.  My inclination would be for the former.

Mike

> Add shutdown method to SimpleHttpConnectionManager
> --------------------------------------------------
>
>          Key: HTTPCLIENT-552
>          URL: http://issues.apache.org/jira/browse/HTTPCLIENT-552
>      Project: Jakarta HttpClient
>         Type: Improvement

>   Components: HttpClient
>     Versions: Nightly Builds
>  Environment: Operating System: other
> Platform: Other
>     Reporter: Sebb
>     Assignee: Oleg Kalnichevski
>     Priority: Minor
>      Fix For: 3.1 Alpha 1
>  Attachments: hcm-ext.patch
>
> It would be useful to be able to close the connection in the
> SimpleHttpConnectionManager. This could be achieved by adding a shutdown()
> method as per the MultiThreadedConnectionManager.
> Ideally this would be added to the HttpConnection interface, but this could
> break existing implementations.
> To avoid this, perhaps consider introducing a sub-interface with the method 
> in it.
> [Could also create an AbstractConnectionManager class - this would make it
> easier to add more functions later]

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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

Reply via email to