Package | Description |
---|---|
net.i2p.client |
Interfaces and factories for
the base I2P SDK used to develop applications that communicate
through I2P.
|
net.i2p.client.impl |
Implements the base I2P SDK for developing applications that communicate
through I2P.
|
Modifier and Type | Method and Description |
---|---|
LookupResult |
I2PSession.lookupDest2(String name,
long maxWait)
Ask the router to lookup a Destination by host name.
|
Modifier and Type | Class and Description |
---|---|
class |
LkupResult
The return value of I2PSession.lookupDest2()
|
Modifier and Type | Method and Description |
---|---|
LookupResult |
I2PSessionImpl.lookupDest2(String name,
long maxWait)
Ask the router to lookup a Destination by host name.
|