On 8/21/07, shila <[EMAIL PROTECTED]> wrote:
>
> Hi! I've the same problem and i don't be able to connect to my application
> server through the proxy.
> Here there's the code that i've use:
>   Proxy proxyServer = new Proxy(Proxy.Type.SOCKS, new
> InetSocketAddress("192.168.2.250", 3128));
>   IoConnector connector = new SocketConnector(proxyServer);
>   IoConnectorConfig config = new SocketConnectorConfig();
>   config.setThreadModel(ThreadModel.MANUAL);
> ...
> ...sorry for my terrible english :-/

NIO doesn't support Java standard Proxy at all unfortunately for now.

HTH,
Trustin
-- 
what we call human nature is actually human habit
--
http://gleamynode.net/
--
PGP Key ID: 0x0255ECA6

Reply via email to