Package | Description |
---|---|
net.i2p.util |
These classes define the several useful utilities used
throughout the router and applications.
|
Modifier and Type | Method | Description |
---|---|---|
SSLEepGet.SSLState |
SSLEepGet.getSSLState() |
Pass this back to the next SSLEepGet constructor for faster fetches.
|
Constructor | Description |
---|---|
SSLEepGet(I2PAppContext ctx,
OutputStream outputStream,
String url,
SSLEepGet.SSLState state) |
|
SSLEepGet(I2PAppContext ctx,
String outputFile,
String url,
SSLEepGet.SSLState state) |
|
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,
SSLEepGet.SSLState state) |
Use a proxy.
|