Package | Description |
---|---|
net.i2p.util |
These classes define the several useful utilities used
throughout the router and applications.
|
Modifier and Type | Method and Description |
---|---|
static SSLEepGet.ProxyType |
SSLEepGet.ProxyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SSLEepGet.ProxyType[] |
SSLEepGet.ProxyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
SSLEepGet(I2PAppContext ctx,
SSLEepGet.ProxyType type,
String proxyHost,
int proxyPort,
OutputStream outputStream,
String url)
Use a proxy.
|
SSLEepGet(I2PAppContext ctx,
SSLEepGet.ProxyType type,
String proxyHost,
int proxyPort,
OutputStream outputStream,
String url,
SSLEepGet.SSLState state)
Use a proxy.
|
SSLEepGet(I2PAppContext ctx,
SSLEepGet.ProxyType type,
String proxyHost,
int proxyPort,
String outputFile,
String url)
Use a proxy.
|
SSLEepGet(I2PAppContext ctx,
SSLEepGet.ProxyType type,
String proxyHost,
int proxyPort,
String outputFile,
String url,
SSLEepGet.SSLState state)
Use a proxy.
|