| Package | Description |
|---|---|
| com.enterprisedt.util.proxy |
Contains classes for proxy functionality, including SOCKS and HTTP proxies.
|
| Modifier and Type | Field and Description |
|---|---|
static ProxyType |
ProxyType.HTTP |
static ProxyType |
ProxyType.NO_PROXY |
static ProxyType |
ProxyType.SOCKS4 |
static ProxyType |
ProxyType.SOCKS5 |
| Modifier and Type | Method and Description |
|---|---|
ProxyType |
ProxySettings.getProxyType()
Get the proxy type
|
static ProxyType |
ProxyType.getProxyType(java.lang.String type) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProxySettings.setProxyType(ProxyType proxyType)
Set the proxy type
|
Copyright © 2001-2014 Enterprise Distributed Technologies Ltd. All Rights Reserved.