Uses of Enum
net.i2p.util.SSLEepGet.ProxyType
Package
Description
These classes define the several useful utilities used
throughout the router and applications.
-
Uses of SSLEepGet.ProxyType in net.i2p.util
Modifier and TypeMethodDescriptionstatic SSLEepGet.ProxyType
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.ModifierConstructorDescriptionSSLEepGet
(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.