Uses of Class
net.i2p.util.SimpleTimer2.TimedEvent
Package
Description
Implementation of a TCP-like (reliable, authenticated, in order) set of sockets for
communicating over the IP-like (unreliable, unauthenticated, unordered) I2P
messages.
Implementation of ECIES-X25519-AEAD-Ratchet (proposal 144).
The I2P startup package loads the configuration when I2P is started.
The UDP transport (also known as 'SSU transport') allows passing I2P messages on top of UDP.
All the work of managing locally created and participating tunnels,
creating and handling tunnel messages, and their encryption.
These classes define the several useful utilities used
throughout the router.
The router console user interface, implemented in routerconsole.jar, with these classes
supporting the webapp in routerconsole.war.
These classes define the several useful utilities used
throughout the router and applications.
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 SimpleTimer2.TimedEvent in net.i2p.client.streaming.impl
Modifier and TypeClassDescription(package private) class
This is not normally scheduled.(package private) class
A single retransmit timer for all packets. -
Uses of SimpleTimer2.TimedEvent in net.i2p.router.crypto.ratchet
Modifier and TypeClassDescription(package private) class
Send an empty message if the timer expires.Modifier and TypeMethodDescription(package private) boolean
RatchetSKM.registerTimer
(PublicKey target, Destination d, SimpleTimer2.TimedEvent timer) Side effect - binds this session to the supplied destination. -
Uses of SimpleTimer2.TimedEvent in net.i2p.router.startup
Modifier and TypeClassDescriptionstatic class
Public for router console only, not for use by others, subject to change -
Uses of SimpleTimer2.TimedEvent in net.i2p.router.transport.udp
Modifier and TypeClassDescription(package private) class
Initiate a test (we are Alice) -
Uses of SimpleTimer2.TimedEvent in net.i2p.router.tunnel
Modifier and TypeMethodDescriptionFragmentedMessage.getExpireEvent()
used in the fragment handler so we can cancel the expire event on successModifier and TypeMethodDescriptionvoid
FragmentedMessage.setExpireEvent
(SimpleTimer2.TimedEvent evt) -
Uses of SimpleTimer2.TimedEvent in net.i2p.router.util
Modifier and TypeFieldDescriptionprotected final SimpleTimer2.TimedEvent
DecayingBloomFilter._decayEvent
-
Uses of SimpleTimer2.TimedEvent in net.i2p.router.web
Modifier and TypeClassDescriptionclass
Periodic check ref: https://dzone.com/articles/how-detect-java-deadlocks In routerconsole because java.lang.management is not available in Android. -
Uses of SimpleTimer2.TimedEvent in net.i2p.util
Modifier and TypeClassDescriptionclass
Implements one or two timers; one for inactivity, that is reset by resetTimer(), and optionally, a total time since instantiation, that is configured by setTotalTimeoutPeriod(). -
Uses of SimpleTimer2.TimedEvent in org.klomp.snark
Modifier and TypeClassDescription(package private) class
Periodically check for idle condition based on connected peers, and reduce/restore tunnel count as necessary.