Search code examples
javahttphttp-tunneling

Is there an Java library for sending binary data over HTTP, HTTP Tunneling?


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?


Solution

  • JHttpTunnel