Can I also suggest that Proxy.Type.SOCKS gets deprecated and Proxy.Type.SOCKS4 and Proxy.Type.SOCKS5 get introduced instead?
Just about every application treats SOCKS 4 and 5 as different proxy types, only Java tries to lump them together. On Wed, Jan 12, 2011 at 5:04 PM, Chris Hegarty <chris.hega...@oracle.com> wrote: > I received some offline comments on this. > > 1) SocksProxyVersionFour -> SocksProxy > 2) SocksProxy now contains the protocol version > > Updated webrev: > > http://cr.openjdk.java.net/~chegar/6964547/webrev.01/webrev/ > > -Chris. > > On 01/11/11 03:00 PM, Chris Hegarty wrote: >> >> Michael, Alan, >> >> Provide a property for setting the SOCKS V4 proxy version. >> >> http://cr.openjdk.java.net/~chegar/6964547/webrev.00/ >> >> Thanks, >> -Chris. >