| 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 | Internal implementation of the I2P client SDK, providing the client
side of the I2CP protocol for applications communicating through I2P. |
| Modifier and Type | Method and Description |
|---|---|
LookupResult | I2PSession.lookupDest(Hash h,
long maxWait,
LookupCallback callback)Lookup a Destination by hash. |
LookupResult | I2PSession.lookupDest(String name,
long maxWait,
LookupCallback callback)Lookup a Destination by hostname. |
LookupResult | I2PSession.lookupDest2(String name,
long maxWait)Ask the router to lookup a Destination by host name. |
| Modifier and Type | Method and Description |
|---|---|
void | LookupCallback.complete(LookupResult result)Called when the lookup completes. |
| Modifier and Type | Class and Description |
|---|---|
class | LkupResultReturn value of I2PSession.lookupDest2(). |
| Modifier and Type | Method and Description |
|---|---|
LookupResult | I2PSessionImpl.lookupDest(Hash h,
long maxWait,
LookupCallback callback)Lookup a Destination by hostname. |
LookupResult | I2PSessionImpl.lookupDest(String name,
long maxWait,
LookupCallback callback)Lookup a Destination by hash. |
LookupResult | I2PSessionImpl.lookupDest2(String name,
long maxWait)Ask the router to lookup a Destination by host name. |