Package | Description |
---|---|
net.i2p.client |
Implements the base I2P SDK for developing applications that communicate
through I2P.
|
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.tunnel | |
net.i2p.util |
These classes define the several useful utilities used
throughout the router and applications.
|
Modifier and Type | Class and Description |
---|---|
protected class |
I2PSessionImpl.VerifyUsage |
(package private) class |
SessionIdleTimer
Reduce tunnels or shutdown the session on idle if so configured
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
Connection.ConEvent
fired to reschedule event notification
|
Modifier and Type | Method and Description |
---|---|
SimpleTimer.TimedEvent |
Connection.getConnectionEvent() |
Modifier and Type | Method and Description |
---|---|
(package private) SimpleTimer.TimedEvent |
FragmentedMessage.getExpireEvent()
used in the fragment handler so we can cancel the expire event on success
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
FragmentedMessage.setExpireEvent(SimpleTimer.TimedEvent evt) |
Modifier and Type | Class and Description |
---|---|
class |
SocketTimeout
This should be deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected SimpleTimer.TimedEvent |
DecayingBloomFilter._decayEvent |
Modifier and Type | Method and Description |
---|---|
void |
SimpleScheduler.addEvent(SimpleTimer.TimedEvent event,
long timeoutMs)
Queue up the given event to be fired no sooner than timeoutMs from now.
|
void |
SimpleTimer.addEvent(SimpleTimer.TimedEvent event,
long timeoutMs)
Queue up the given event to be fired no sooner than timeoutMs from now.
|
void |
SimpleTimer.addEvent(SimpleTimer.TimedEvent event,
long timeoutMs,
boolean useEarliestTime) |
void |
SimpleScheduler.addPeriodicEvent(SimpleTimer.TimedEvent event,
long timeoutMs)
Queue up the given event to be fired after timeoutMs and every
timeoutMs thereafter.
|
void |
SimpleScheduler.addPeriodicEvent(SimpleTimer.TimedEvent event,
long initialDelay,
long timeoutMs)
Queue up the given event to be fired after initialDelay and every
timeoutMs thereafter.
|
boolean |
SimpleTimer.removeEvent(SimpleTimer.TimedEvent evt) |
void |
SimpleTimer.reschedule(SimpleTimer.TimedEvent event,
long timeoutMs) |