how to make persistent connections behind proxy in an applet?**
is Using URLConnection will do all the job?
I know what i am asking is very general but i am desperate for any ideas.
Acording to the article in this link:
For HTTP requests, the proxy server is able to parse the communication content and exercise a lot more discretion on policing the traffics, including dropping the connection at the appropriate time (a proxy server always assumes HTTP connections are non-persistent).
is it true? is there a general rule for proxy servers that all http connections are non-persistent?
so does this mean that if one is trying to make a persistent connection through proxy(which doesnt supports socks) can only be done via https connection?