public class Socks4Proxy extends ProxyConfiguration.Proxy
Modifier and Type | Class and Description |
---|---|
static class |
Socks4Proxy.Socks4ProxyClientConnectionFactory |
Constructor and Description |
---|
Socks4Proxy(Origin.Address address,
boolean secure) |
Socks4Proxy(String host,
int port) |
Modifier and Type | Method and Description |
---|---|
ClientConnectionFactory |
newClientConnectionFactory(ClientConnectionFactory connectionFactory) |
getAddress, getExcludedAddresses, getIncludedAddresses, getURI, isSecure, matches, toString
public Socks4Proxy(String host, int port)
public Socks4Proxy(Origin.Address address, boolean secure)
public ClientConnectionFactory newClientConnectionFactory(ClientConnectionFactory connectionFactory)
newClientConnectionFactory
in class ProxyConfiguration.Proxy
connectionFactory
- the nested ClientConnectionFactory
ClientConnectionFactory
for this ProxyConfiguration.Proxy
Copyright © 1995-2015 Webtide. All Rights Reserved.