Package | Description |
---|---|
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.util |
These classes define the several useful utilities used
throughout the router and applications.
|
Modifier and Type | Class and Description |
---|---|
class |
RetransmissionTimer
Not clear that we really need to create our own timer group, but we do,
to prevent us clogging the router's timer group.
|
Modifier and Type | Method and Description |
---|---|
static SimpleTimer2 |
SimpleTimer2.getInstance() |
Constructor and Description |
---|
SimpleTimer2.TimedEvent(SimpleTimer2 pool)
must call schedule() later
|
SimpleTimer2.TimedEvent(SimpleTimer2 pool,
long timeoutMs)
automatically schedules, don't use this one if you have other things to do first
|