public class Socks4Proxy extends ProxyConfiguration.Proxy
Modifier and Type | Class | Description |
---|---|---|
static class |
Socks4Proxy.Socks4ProxyClientConnectionFactory |
Constructor | Description |
---|---|
Socks4Proxy(java.lang.String host,
int port) |
|
Socks4Proxy(Origin.Address address,
boolean secure) |
Modifier and Type | Method | Description |
---|---|---|
org.eclipse.jetty.io.ClientConnectionFactory |
newClientConnectionFactory(org.eclipse.jetty.io.ClientConnectionFactory connectionFactory) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getAddress, getExcludedAddresses, getIncludedAddresses, getURI, isSecure, matches, toString
public Socks4Proxy(java.lang.String host, int port)
public Socks4Proxy(Origin.Address address, boolean secure)
public org.eclipse.jetty.io.ClientConnectionFactory newClientConnectionFactory(org.eclipse.jetty.io.ClientConnectionFactory connectionFactory)
newClientConnectionFactory
in class ProxyConfiguration.Proxy
connectionFactory
- the nested ClientConnectionFactory
ClientConnectionFactory
for this ProxyConfiguration.Proxy
Copyright © 1995–2018 Webtide. All rights reserved.