Uses of Class
net.i2p.util.I2PThread
| Package | Description |
|---|---|
| net.i2p.addressbook |
The addressbook application, which fetches hosts.txt files from subscription URLs via
HTTP and adds new hosts to the local database.
|
| net.i2p.i2ptunnel |
Implementation of preconfigured tunnels, both for clients and servers,
and a UI for adding more and editing the configuration.
|
| net.i2p.router |
The I2P router application handles the I2P network communication.
|
| net.i2p.router.crypto.ratchet |
Implementation of ECIES-X25519-AEAD-Ratchet (proposal 144).
|
| net.i2p.router.transport.crypto |
DH key generation.
|
| 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.
|
| org.klomp.snark |
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 I2PThread in net.i2p.addressbook
Subclasses of I2PThread in net.i2p.addressbook Modifier and Type Class Description classDaemonThreadA thread that waits five minutes, then runs the addressbook daemon. -
Uses of I2PThread in net.i2p.i2ptunnel
Subclasses of I2PThread in net.i2p.i2ptunnel Modifier and Type Class Description classI2PTunnelHTTPClientRunnerOverride the response with a stream filtering the HTTP headers received.classI2PTunnelOutproxyRunnerLike I2PTunnelRunner but socket-to-socket Warning - not maintained as a stable API for external use.classI2PTunnelRunnerA thread that starts two more threads, one to forward traffic in each direction.(package private) classInternalSocketRunnerListen for in-JVM connections on the internal "socket" -
Uses of I2PThread in net.i2p.router
Subclasses of I2PThread in net.i2p.router Modifier and Type Class Description (package private) classJobQueueRunnera do run run run a do run run -
Uses of I2PThread in net.i2p.router.crypto.ratchet
Subclasses of I2PThread in net.i2p.router.crypto.ratchet Modifier and Type Class Description classElg2KeyFactoryElligator2 for X25519 keys. -
Uses of I2PThread in net.i2p.router.transport.crypto
Subclasses of I2PThread in net.i2p.router.transport.crypto Modifier and Type Class Description static classDHSessionKeyBuilder.PrecalcRunnerTry to keep DH pairs at the ready.classX25519KeyFactoryTry to keep DH pairs at the ready. -
Uses of I2PThread in net.i2p.router.update
Subclasses of I2PThread in net.i2p.router.update Modifier and Type Class Description (package private) classDevSU3UpdateCheckerCheck for an updated su3 version.(package private) classDevSU3UpdateRunnerEepget the .su3 file to the temp dir, then notify.(package private) classNewsFetcherTask to fetch updates to the news.xml, and to keep track of whether that has an announcement for a new version.(package private) classPluginUpdateCheckerCheck for an updated version of a plugin.(package private) classPluginUpdateRunnerCheck for an updated version of a plugin.(package private) classUnsignedUpdateCheckerDoes a simple EepHead to get the last-modified header.(package private) classUnsignedUpdateRunnerEepget the .zip file to the temp dir, then notify.r Moved from UnsignedUpdateHandler and turned into an UpdateTask.(package private) classUpdateRunnerThe downloader for router signed updates, and the base class for all the other Checkers and Runners. -
Uses of I2PThread in net.i2p.util
Subclasses of I2PThread in net.i2p.util Modifier and Type Class Description classI2PAppThreadLikeI2PThreadbut with per-thread OOM listeners, rather than a static router-wide listener list, so that an OOM in an app won't call the router listener to shutdown the whole router. -
Uses of I2PThread in org.klomp.snark
Subclasses of I2PThread in org.klomp.snark Modifier and Type Class Description classSnarkShutdownDeprecated.unused