SmartDroidDeveloper / google-api-java-client

Automatically exported from code.google.com/p/google-api-java-client
0 stars 0 forks source link

HttpTransport.shutdown() #166

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
External references, such as a standards document, or specification?

http://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/org/apache/http
/conn/ClientConnectionManager.html#shutdown()

Java environments (e.g. Java 6, Android 2.3, App Engine 1.4.2, or All)?

Java & Android users of Apache HTTP Client

Please describe the feature requested.

Add an HttpTransport.shutdown() method that shuts down that releases allocated 
resources and possibly close all connections (whether they are currently used 
or not), depending on the implementation.

Original issue reported on code.google.com by yan...@google.com on 5 Apr 2011 at 1:04

GoogleCodeExporter commented 9 years ago
http://codereview.appspot.com/4358050/

Original comment by yan...@google.com on 5 Apr 2011 at 1:11

GoogleCodeExporter commented 9 years ago

Original comment by yan...@google.com on 5 Apr 2011 at 6:42