Uses of Class
net.i2p.util.I2PAppThread
Packages that use I2PAppThread
Package
Description
The addressbook application, which fetches hosts.txt files from subscription URLs via
HTTP and adds new hosts to the local database.
Implementation of preconfigured tunnels, both for clients and servers,
and a UI for adding more and editing the configuration.
Classes to implement the update process.
The SAM client API.
I2P version of the snark bittorrent client, imported in 2005 and heavily enhanced
to add a web UI, DHT support, and other features.
- 
Uses of I2PAppThread in net.i2p.addressbook
Subclasses of I2PAppThread in net.i2p.addressbookModifier and TypeClassDescriptionclassA thread that waits five minutes, then runs the addressbook daemon. - 
Uses of I2PAppThread in net.i2p.i2ptunnel
Subclasses of I2PAppThread in net.i2p.i2ptunnelModifier and TypeClassDescriptionclassOverride the response with a stream filtering the HTTP headers received.classLike I2PTunnelRunner but socket-to-socket Warning - not maintained as a stable API for external use.classA thread that starts one more thread if keepAliveSocket is false, to forward traffic in each direction.(package private) classListen for in-JVM connections on the internal "socket" - 
Uses of I2PAppThread in net.i2p.router.update
Subclasses of I2PAppThread in net.i2p.router.updateModifier and TypeClassDescription(package private) classCheck for an updated su3 version.(package private) classEepget the .su3 file to the temp dir, then notify.(package private) classTask to fetch updates to the news.xml, and to keep track of whether that has an announcement for a new version.(package private) classCheck for an updated version of a plugin.(package private) classCheck for an updated version of a plugin.(package private) classDoes a simple EepHead to get the last-modified header.(package private) classEepget the .zip file to the temp dir, then notify.r Moved from UnsignedUpdateHandler and turned into an UpdateTask.(package private) classThe downloader for router signed updates, and the base class for all the other Checkers and Runners. - 
Uses of I2PAppThread in net.i2p.sam
Fields in net.i2p.sam declared as I2PAppThread - 
Uses of I2PAppThread in org.klomp.snark
Subclasses of I2PAppThread in org.klomp.snark