I would like to send quite large chunks of data in a binary format over HTTP, also called HTTP Tunneling.

I would like to use this technique using Java for a few Java Swing applications and maybe an Android application. Is there any good Java libraries for HTTP Tunneling?

link|improve this question

feedback

3 Answers

up vote 1 down vote accepted

JHttpTunnel

link|improve this answer
feedback

You can certainly use Apache Commons HTTP library to send HTTP.

link|improve this answer
feedback

HttpURLConnection. No need for another library.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.