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 ProxyManager
public String getVersion()
getVersion
in interface ProxyManager
public void doProxyHandshake(Socket s, String hostname, int port, String userauth, int connectTimeout) throws IOException
doProxyHandshake
in interface ProxyManager
IOException
Copyright © 2017 dcm4che.org. All rights reserved.