Uses of Class
net.i2p.util.SSLEepGet.SSLState
Package | Description |
---|---|
net.i2p.util |
These classes define the several useful utilities used
throughout the router and applications.
|
-
Uses of SSLEepGet.SSLState in net.i2p.util
Methods in net.i2p.util that return SSLEepGet.SSLState Modifier and Type Method Description SSLEepGet.SSLState
SSLEepGet. getSSLState()
Pass this back to the next SSLEepGet constructor for faster fetches.Constructors in net.i2p.util with parameters of type SSLEepGet.SSLState Constructor Description DNSOverHTTPS(I2PAppContext context, SSLEepGet.SSLState sslState)
SSLEepGet(I2PAppContext ctx, OutputStream outputStream, String url, long maxSize, SSLEepGet.SSLState state)
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.