Damjan Jovanovic wrote:
I wonder if SOCKS4 is still widely used as SOCKS5 has been around since 1996. Just wondering as it might not be worth doing much on it now.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.
-Alan