Uses of Enum
net.i2p.util.SSLEepGet.ProxyType
Packages that use 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
Methods in net.i2p.util that return SSLEepGet.ProxyTypeModifier 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.Constructors in net.i2p.util with parameters of type SSLEepGet.ProxyTypeModifierConstructorDescriptionSSLEepGet
(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.