proxy problem,how to use diffent proxy in different connection
Hi,all
I,m writing a download file program,it use multiple thread to download multiple file,Possible one thread use direct connection,but another one use proxy connection.If i use System.getProperties().setProperty("socksProxyHost","192.168.119.100") ,then all connections in this JVM will use this proxy,How can i do?Please help me,thanks a lot.
Message was edited by:
fmzhang

