Hi All. I'm trying to create my first http proxy (and I hope I can use Mina for that). I tested some examples<http://sourceforge.net/search/?type_of_search=soft&words=%22java+http+proxy%22>that could be found on SourceForge. I also tested PAW <http://paw-project.sourceforge.net/>.
PAW breaks the page encoding. Java HTTP Proxy Library <http://sourceforge.net/projects/wpg-proxy/> seems nice, but... None of these projects supports sites that "stream" data. Think youtube, or chat rooms and never "end" the response. I have the sensation that one must copy the bytes, back and forth, without decoding/encoding data. I checked a simple Python proxy that does that. Any pointers would be much appreciated. OBS: yproxy, which is, supposedly implemented using Mina is not available at google code. -- Leandro Rodrigo Saad Cruz
