| 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. |
| 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. |