cancel
Showing results for 
Search instead for 
Did you mean: 

how to post multiple http requests using a single http connection in java

Former Member
0 Kudos

I am using the httpurlconnection class and it allows only to post one request on a connection. I require to post multiple http requests by opening a single connection. Code examples please. Thanx in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

darrell_merryweather
Active Contributor
0 Kudos

Hi

I found this article through Google. I hope it helps a little

http://www.developer.com/tech/article.php/761521

D