Uses of Class
net.i2p.util.SSLEepGet.ProxyType
Package | Description |
---|---|
net.i2p.util |
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.ProxyType Modifier and Type Method 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.Constructors in net.i2p.util with parameters of type SSLEepGet.ProxyType Constructor 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.