I released a new version of the Java client for SOHT today.
The goal of SOHT is to provide a simple tool that enables all types of socket communication through an HTTP Proxy server. This tool is useful for users who are behind a restrictive firewall and wish to access external servers that use protocols other than HTTP.
This release fixes a bug that prohibited the Java Client from using ports higher than 32767.
http://www.ericdaugherty.com/dev/soht/
I want to thank Danilo for finding and fixing this bug. A great example of Open Source development at work.