Connection Pooling With Urlconnection?
I've just read the android article about http client options. I'd like to start using HttpsURLConnection, how does one enable connection pooling for it? The article says that is po
Solution 1:
It's enabled by default. See the docs for some details:
http://developer.android.com/reference/java/net/HttpURLConnection.html
Post a Comment for "Connection Pooling With Urlconnection?"