Uses of Class
net.i2p.util.EepGet

Packages that use EepGet
Package
Description
API, interfaces, and factory for a TCP-like (reliable, authenticated, in order) set of sockets for communicating over the IP-like (unreliable, unauthenticated, unordered) I2P messages.
Classes to implement the update process.
These classes define the several useful utilities used throughout the router and applications.
  • Uses of EepGet in net.i2p.client.streaming

    Modifier and Type
    Class
    Description
    class 
    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
    Modifier and Type
    Field
    Description
    protected EepGet
    UpdateRunner._get
     
  • Uses of EepGet in net.i2p.util

    Subclasses of EepGet in net.i2p.util
    Modifier and Type
    Class
    Description
    class 
    This is a quick hack to get a working EepHead, primarily for the following usage:
    class 
    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 If the server does not return a Content-Length header of the correct size, the fetch will fail.
    class 
    HTTPS only, no retries, no min and max size options, no timeout option As of 0.9.45, supports redirect to https (redirect to http will still fail).