Class Socks4Proxy

java.lang.Object
org.eclipse.jetty.client.ProxyConfiguration.Proxy
org.eclipse.jetty.client.Socks4Proxy

public class Socks4Proxy extends ProxyConfiguration.Proxy

Client-side proxy configuration for SOCKS4, a de-facto standard.

Consider using SOCK5 instead, a protocol that has been standardized by IETF.

See Also: