Skip to Content
0
Former Member
Aug 01, 2005 at 12:35 PM

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

209 Views

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.