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.update Classes to implement the update process. 
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.update
 

Fields in net.i2p.router.update declared as EepGet
protected  EepGet 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:
 class PartialEepGet
          Fetch exactly the first 'size' bytes into a stream Anything less or more will throw an IOException No retries, no min and max size options, no timeout option Useful for checking .sud versions
 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 bad certs (must have a valid cert chain) Self-signed certs or CAs not in the JVM key store must be loaded to be trusted.