public class BasicProxyManager extends Object implements ProxyManager
| Modifier and Type | Class and Description |
|---|---|
private static class |
BasicProxyManager.HTTPResponse |
| Modifier and Type | Field and Description |
|---|---|
static String |
PROVIDER_NAME |
static String |
VERSION |
| Constructor and Description |
|---|
BasicProxyManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
doProxyHandshake(Socket s,
String hostname,
int port,
String userauth,
int connectTimeout) |
String |
getProviderName() |
String |
getVersion() |
public static final String PROVIDER_NAME
public static final String VERSION
public BasicProxyManager()
public String getProviderName()
getProviderName in interface ProxyManagerpublic String getVersion()
getVersion in interface ProxyManagerpublic void doProxyHandshake(Socket s, String hostname, int port, String userauth, int connectTimeout) throws IOException
doProxyHandshake in interface ProxyManagerIOExceptionCopyright © 2017 dcm4che.org. All rights reserved.