I would like to send fairly large chunks of data in binary format via HTTP, also called HTTP Tunneling .
I would like to use this method using Java for several Java Swing applications and, possibly, Android applications. Are there any good Java libraries for HTTP tunneling?
Jonas source
share