Uses of Interface
net.i2p.client.LookupResult
| 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.
|
-
Uses of LookupResult in net.i2p.client
Methods in net.i2p.client that return LookupResult Modifier and Type Method Description LookupResultI2PSession. lookupDest2(String name, long maxWait)Ask the router to lookup a Destination by host name. -
Uses of LookupResult in net.i2p.client.impl
Classes in net.i2p.client.impl that implement LookupResult Modifier and Type Class Description classLkupResultThe return value of I2PSession.lookupDest2()Methods in net.i2p.client.impl that return LookupResult Modifier and Type Method Description LookupResultI2PSessionImpl. lookupDest2(String name, long maxWait)Ask the router to lookup a Destination by host name.