Uses of Class
net.i2p.util.EepGet

Packages that use EepGet
net.i2p.client.streaming Implements a TCP-like (reliable, authenticated, in order) set of sockets for communicating over the IP-like (unreliable, unauthenticated, unordered) I2P messages. 
net.i2p.router.web   
net.i2p.util These classes define the several useful utilities used throughout the router and applications. 
 

Uses of EepGet in net.i2p.client.streaming
 

Subclasses of EepGet in net.i2p.client.streaming
 class I2PSocketEepGet
          Fetch a URL using a socket from the supplied I2PSocketManager.
 

Uses of EepGet in net.i2p.router.web
 

Fields in net.i2p.router.web declared as EepGet
protected  EepGet UpdateHandler.UpdateRunner._get
           
 

Uses of EepGet in net.i2p.util
 

Subclasses of EepGet in net.i2p.util
 class EepHead
          This is a quick hack to get a working EepHead, primarily for the following usage: EepHead foo = new EepHead(...); if (foo.fetch()) { String lastmod = foo.getLastModified(); if (lastmod != null) { parse the string...
 class SSLEepGet
          HTTPS only, non-proxied only, no retries, no min and max size options, no timeout option Fails on 301 or 302 (doesn't follow redirect) Fails on self-signed certs (must have a valid cert chain)